Created
December 10, 2015 03:19
-
-
Save dunn/ff087e9b533d373ab10b to your computer and use it in GitHub Desktop.
emacs on OS X 10.11.2 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for emacs on OS X 10.11.2 | |
Build date: 2015-12-09 19:17:19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: a0de14af427a99797d0b7c9c9d6d5ba1e6e37737 | |
Last commit: 6 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.11.2-x86_64 | |
Xcode: 7.1.1 | |
CLT: 7.2.0.0.1.1447826929 | |
Clang: 7.0 build 700 | |
X11: 2.7.8 => /opt/X11 | |
System Ruby: 2.0.0-p645 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.3/bin/ruby | |
Java: 1.8.0_66, 1.8.0_20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
This file contains 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-12-09 19:10:22 -0800 | |
./autogen.sh | |
Checking whether you have the necessary tools... | |
(Read INSTALL.REPO for more details on building Emacs) | |
Checking for autoconf (need at least version 2.65)... | |
ok | |
Checking for automake (need at least version 1.11)... | |
ok | |
Your system has the required tools. | |
Running 'autoreconf -fi -I m4' ... | |
configure.ac:801: installing 'build-aux/ar-lib' | |
configure.ac:760: installing 'build-aux/compile' | |
configure.ac:139: installing 'build-aux/config.guess' | |
configure.ac:139: installing 'build-aux/config.sub' | |
configure.ac:136: installing 'build-aux/install-sh' | |
configure.ac:136: installing 'build-aux/missing' | |
lib/Makefile.am: installing 'build-aux/depcomp' | |
Installing git hooks... | |
You can now run './configure'. |
This file contains 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-12-09 19:10:36 -0800 | |
./configure | |
--prefix=/usr/local/Cellar/emacs/25.0-dev | |
--enable-locallisppath=/usr/local/share/emacs/site-lisp | |
--infodir=/usr/local/Cellar/emacs/25.0-dev/share/info/emacs | |
--with-xml2 | |
--without-dbus | |
--with-gnutls | |
--with-rsvg | |
--with-imagemagick | |
--with-ns | |
--disable-ns-self-contained | |
checking for xcrun... xcrun | |
checking for make... yes | |
checking for GNU Make... make | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make supports nested variables... (cached) yes | |
checking build system type... x86_64-apple-darwin15.2.0 | |
checking host system type... x86_64-apple-darwin15.2.0 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking whether clang understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang... gcc3 | |
checking for ar... ar | |
checking for clang option to accept ISO C99... none needed | |
checking for clang option to accept ISO Standard C... (cached) none needed | |
checking for putenv... yes | |
checking for tzset... yes | |
checking for fchmod... yes | |
checking for readlinkat... yes | |
checking for faccessat... yes | |
checking for fcntl... yes | |
checking for fdopendir... yes | |
checking for fstatat... yes | |
checking for fsync... yes | |
checking for gettimeofday... yes | |
checking for nanotime... no | |
checking for lstat... yes | |
checking for mkostemp... no | |
checking for pipe2... no | |
checking for pselect... yes | |
checking for readlink... yes | |
checking for strtoimax... yes | |
checking for strtoumax... yes | |
checking for symlink... yes | |
checking for localtime_r... yes | |
checking for timegm... yes | |
checking for futimes... yes | |
checking for futimesat... no | |
checking for futimens... no | |
checking for utimensat... no | |
checking for lutimes... yes | |
checking for getdtablesize... yes | |
checking for secure_getenv... no | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether _XOPEN_SOURCE should be defined... no | |
checking for Minix Amsterdam compiler... no | |
checking the archiver (ar) interface... ar | |
checking for ranlib... ranlib | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking whether clang accepts -g3 -O2... yes | |
checking whether the compiler is clang... yes | |
checking whether C compiler handles -Werror -Wunknown-warning-option... yes | |
checking whether C compiler handles -Wno-switch... yes | |
checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... yes | |
checking whether C compiler handles -Wno-pointer-sign... yes | |
checking whether C compiler handles -Wno-string-plus-int... yes | |
checking whether C compiler handles -Wno-unknown-attributes... yes | |
checking whether make supports nested variables... (cached) yes | |
checking whether ln -s works for files in the same directory... yes | |
checking for install-info... /usr/bin/install-info | |
checking for gzip... /usr/bin/gzip | |
checking for -znocombreloc... no | |
checking whether addresses are sanitized... no | |
checking for library containing sqrt... none required | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for machine/soundcard.h... no | |
checking for sys/soundcard.h... no | |
checking for soundcard.h... no | |
checking for mmsystem.h... no | |
checking for _oss_ioctl in -lossaudio... no | |
checking for ALSA... no | |
checking for sys/systeminfo.h... no | |
checking for sys/sysinfo.h... no | |
checking for coff.h... no | |
checking for pty.h... no | |
checking for sys/resource.h... yes | |
checking for sys/utsname.h... yes | |
checking for pwd.h... yes | |
checking for utmp.h... yes | |
checking for util.h... yes | |
checking for sys/socket.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for threads.h... no | |
checking for pthread.h... yes | |
checking for malloc/malloc.h... yes | |
checking for maillock.h... no | |
checking for sys/un.h... yes | |
checking for dirent.h... yes | |
checking for execinfo.h... yes | |
checking for stdio_ext.h... no | |
checking for getopt.h... yes | |
checking for sys/time.h... yes | |
checking for wchar.h... yes | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking for sys/select.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for utime.h... yes | |
checking if personality LINUX32 can be set... no | |
checking for term.h... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether sys_siglist is declared... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for net/if.h... yes | |
checking for ifaddrs.h... yes | |
checking for net/if_dl.h... yes | |
checking for struct ifreq.ifr_flags... yes | |
checking for struct ifreq.ifr_hwaddr... no | |
checking for struct ifreq.ifr_netmask... no | |
checking for struct ifreq.ifr_broadaddr... yes | |
checking for struct ifreq.ifr_addr... yes | |
checking for struct ifreq.ifr_addr.sa_len... yes | |
checking whether gcc understands -MMD -MF... yes | |
checking for long file names... yes | |
checking for X... libraries /usr/X11/lib, headers /usr/X11/include | |
checking AppKit/AppKit.h usability... yes | |
checking AppKit/AppKit.h presence... yes | |
checking for AppKit/AppKit.h... yes | |
checking for OSX 10.6 or newer... yes | |
checking whether malloc is Doug Lea style... no | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking for main in -lXbsd... no | |
checking for pthread library... none needed | |
checking for RSVG... yes | |
checking for IMAGEMAGICK... yes | |
checking for MagickExportImagePixels... yes | |
checking for MagickMergeImageLayers... yes | |
checking for lgetfilecon in -lselinux... no | |
checking for LIBGNUTLS... yes | |
checking for LIBGNUTLS3... yes | |
checking for jpeglib 6b or later... -ljpeg | |
checking for library containing inflateEnd... -lz | |
checking for __attribute__((cleanup))... yes | |
checking for dladdr... yes | |
checking gpm.h usability... no | |
checking gpm.h presence... no | |
checking for gpm.h... no | |
checking for LIBXML2... yes | |
checking for htmlReadMemory in -lxml2... yes | |
checking whether netdb declares h_errno... yes | |
checking for maillock in -lmail... no | |
checking for maillock in -llockfile... no | |
checking for liblockfile.so... no | |
checking for accept4... no | |
checking for fchdir... yes | |
checking for gethostname... yes | |
checking for getrusage... yes | |
checking for get_current_dir_name... no | |
checking for lrand48... yes | |
checking for random... yes | |
checking for rint... yes | |
checking for select... yes | |
checking for getpagesize... (cached) yes | |
checking for setlocale... yes | |
checking for newlocale... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for shutdown... yes | |
checking for getaddrinfo... yes | |
checking for pthread_sigmask... (cached) yes | |
checking for strsignal... yes | |
checking for setitimer... yes | |
checking for sendto... yes | |
checking for recvfrom... yes | |
checking for getsockname... yes | |
checking for getpeername... yes | |
checking for getifaddrs... yes | |
checking for freeifaddrs... yes | |
checking for gai_strerror... yes | |
checking for sync... yes | |
checking for getpwent... yes | |
checking for endpwent... yes | |
checking for getgrent... yes | |
checking for endgrent... yes | |
checking for cfmakeraw... yes | |
checking for cfsetspeed... yes | |
checking for copysign... yes | |
checking for __executable_start... no | |
checking for log2... yes | |
checking for __builtin_unwind_init... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for grantpt... yes | |
checking for getpt... no | |
checking for posix_openpt... yes | |
checking for library containing tputs... -lncurses | |
checking for timerfd interface... no | |
checking whether signals can be handled on alternate stack... yes | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking for struct unipair.unicode... no | |
checking for socket... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking for pid_t... yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for snprintf... yes | |
checking whether GLib is linked in... yes | |
checking for nl_langinfo and CODESET... yes | |
checking for mbstate_t... yes | |
checking for _setjmp... yes | |
checking for sigsetjmp... yes | |
checking for usable FIONREAD... yes | |
checking for usable SIGIO... yes | |
checking for struct alignment... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for unsigned long long int... yes | |
checking whether byte ordering is bigendian... no | |
checking whether the preprocessor supports include_next... yes | |
checking whether system header files limit the line length... no | |
checking whether strtold conforms to C99... yes | |
checking if environ is properly declared... no | |
checking for complete errno.h... yes | |
checking for mode_t... yes | |
checking whether fdatasync is declared... no | |
checking for st_dm_mode in struct stat... no | |
checking whether strmode is declared... yes | |
checking whether lstat correctly handles trailing slash... no | |
checking for getopt.h... (cached) yes | |
checking for getopt_long_only... yes | |
checking whether getopt is POSIX compatible... no | |
checking whether getenv is declared... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking for struct timeval... yes | |
checking for wide-enough struct timeval.tv_sec member... yes | |
checking for long long int... yes | |
checking whether stdint.h conforms to C99... no | |
checking sys/inttypes.h usability... no | |
checking sys/inttypes.h presence... no | |
checking for sys/inttypes.h... no | |
checking sys/bitypes.h usability... no | |
checking sys/bitypes.h presence... no | |
checking for sys/bitypes.h... no | |
checking for bit size of ptrdiff_t... 64 | |
checking for bit size of size_t... 64 | |
checking for bit size of sig_atomic_t... 32 | |
checking for bit size of wchar_t... 32 | |
checking for bit size of wint_t... 32 | |
checking whether sig_atomic_t is signed... yes | |
checking whether wchar_t is signed... yes | |
checking whether wint_t is signed... yes | |
checking for ptrdiff_t integer literal suffix... l | |
checking for size_t integer literal suffix... ul | |
checking for sig_atomic_t integer literal suffix... | |
checking for wchar_t integer literal suffix... | |
checking for wint_t integer literal suffix... | |
checking whether memrchr is declared... no | |
checking whether alarm is declared... yes | |
checking whether <sys/select.h> is self-contained... yes | |
checking for sigset_t... yes | |
checking for wchar_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking whether strtoimax is declared... yes | |
checking whether strtoumax is declared... yes | |
checking whether stat file-mode macros are broken... no | |
checking for struct timespec in <time.h>... yes | |
checking whether the utimes function works... yes | |
checking for struct utimbuf... yes | |
checking type of array argument to getgroups... gid_t | |
checking whether getdtablesize is declared... yes | |
checking sys/acl.h usability... yes | |
checking sys/acl.h presence... yes | |
checking for sys/acl.h... yes | |
checking for library containing acl_get_file... none required | |
checking for acl_get_file... yes | |
checking for acl_get_fd... yes | |
checking for acl_set_file... yes | |
checking for acl_set_fd... yes | |
checking for acl_free... yes | |
checking for acl_from_mode... no | |
checking for acl_from_text... yes | |
checking for acl_delete_def_file... yes | |
checking for acl_extended_file... no | |
checking for acl_delete_fd_np... yes | |
checking for acl_delete_file_np... yes | |
checking for acl_copy_ext_native... yes | |
checking for acl_create_entry_np... yes | |
checking for acl_to_short_text... no | |
checking for acl_free_text... no | |
checking for working acl_get_file... yes | |
checking acl/libacl.h usability... no | |
checking acl/libacl.h presence... no | |
checking for acl/libacl.h... no | |
checking for acl_entries... no | |
checking for ACL_FIRST_ENTRY... yes | |
checking for ACL_TYPE_EXTENDED... yes | |
checking for alloca as a compiler built-in... yes | |
checking byteswap.h usability... no | |
checking byteswap.h presence... no | |
checking for byteswap.h... no | |
checking for library containing clock_gettime... no | |
checking for clock_gettime... no | |
checking for clock_settime... no | |
checking whether dup2 works... yes | |
checking for library containing backtrace_symbols_fd... none required | |
checking whether fcntl handles F_DUPFD correctly... yes | |
checking whether fcntl understands F_DUPFD_CLOEXEC... yes | |
checking for fdatasync... yes | |
checking whether fdopendir is declared... yes | |
checking whether fdopendir works... yes | |
checking for __fpending... no | |
checking how to determine the number of pending output bytes on a stream... fp->_p - fp->_bf._base | |
checking whether fstatat (..., 0) works... yes | |
checking for getloadavg... yes | |
checking sys/loadavg.h usability... no | |
checking sys/loadavg.h presence... no | |
checking for sys/loadavg.h... no | |
checking whether getloadavg is declared... yes | |
checking whether gettimeofday clobbers localtime buffer... no | |
checking for gettimeofday with POSIX signature... yes | |
checking for memrchr... no | |
checking for working mktime... no | |
checking whether signature of pselect conforms to POSIX... yes | |
checking whether pselect detects invalid fds... yes | |
checking whether pthread_sigmask works without -lpthread... yes | |
checking whether pthread_sigmask returns error numbers... yes | |
checking whether pthread_sigmask unblocks signals correctly... guessing yes | |
checking whether readlink signature is correct... yes | |
checking whether readlink handles trailing slash correctly... no | |
checking whether readlinkat signature is correct... yes | |
checking for sig2str... no | |
checking for volatile sig_atomic_t... yes | |
checking for sighandler_t... no | |
checking for socklen_t... yes | |
checking for ssize_t... yes | |
checking for struct stat.st_atim.tv_nsec... no | |
checking for struct stat.st_atimespec.tv_nsec... yes | |
checking for struct stat.st_birthtimespec.tv_nsec... yes | |
checking for working stdalign.h... yes | |
checking for max_align_t... yes | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking which flavor of printf attribute matches inttypes macros... system | |
checking for stpcpy... yes | |
checking whether strtoimax works... yes | |
checking whether symlink handles trailing slash correctly... no | |
checking whether <sys/select.h> is self-contained... (cached) yes | |
checking for nlink_t... yes | |
checking whether localtime_r is declared... yes | |
checking whether localtime_r is compatible with its POSIX signature... yes | |
checking for timezone_t... no | |
checking for library containing timer_settime... no | |
checking for timer_settime... no | |
checking for variable-length arrays... yes | |
checking whether stat handles trailing slashes on directories... yes | |
checking whether stat handles trailing slashes on files... no | |
checking for __secure_getenv... no | |
checking for issetugid... yes | |
checking whether clang accepts -nopie... no | |
Configured for 'x86_64-apple-darwin15.2.0'. | |
Where should the build process find the source code? . | |
What compiler should emacs be built with? clang -g3 -O2 | |
Should Emacs use the GNU version of malloc? no | |
(The GNU allocators don't work with this system configuration.) | |
Should Emacs use a relocating allocator for buffers? no | |
Should Emacs use mmap(2) for buffer allocation? no | |
What window system should Emacs use? nextstep | |
What toolkit should Emacs use? none | |
Where do we find X Windows header files? /usr/X11/include | |
Where do we find X Windows libraries? /usr/X11/lib | |
Does Emacs use -lXaw3d? no | |
Does Emacs use -lXpm? no | |
Does Emacs use -ljpeg? yes | |
Does Emacs use -ltiff? no | |
Does Emacs use a gif library? no | |
Does Emacs use a png library? no | |
Does Emacs use -lrsvg-2? yes | |
Does Emacs use cairo? no | |
Does Emacs use imagemagick? yes | |
Does Emacs support sound? no | |
Does Emacs use -lgpm? no | |
Does Emacs use -ldbus? no | |
Does Emacs use -lgconf? no | |
Does Emacs use GSettings? no | |
Does Emacs use a file notification library? no | |
Does Emacs use access control lists? yes | |
Does Emacs use -lselinux? no | |
Does Emacs use -lgnutls? yes | |
Does Emacs use -lxml2? yes | |
Does Emacs use -lfreetype? no | |
Does Emacs use -lm17n-flt? no | |
Does Emacs use -lotf? no | |
Does Emacs use -lxft? no | |
Does Emacs directly use zlib? yes | |
Does Emacs have dynamic modules support? no | |
Does Emacs use toolkit scroll bars? yes | |
You must run "make install" in order to test the built application. | |
The installed application will go to nextstep/Emacs.app and can be | |
run or moved from there. | |
The lisp resources for the application will be installed under /usr/local/Cellar/emacs/25.0-dev. | |
You may need to run "make install" with sudo. The application will fail | |
to run if these resources are not installed. | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating nextstep/Cocoa/Emacs.base/Contents/Info.plist | |
config.status: creating nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings | |
config.status: creating ./doc/man/emacs.1 | |
config.status: creating Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib-src/Makefile | |
config.status: creating oldXMenu/Makefile | |
config.status: creating doc/emacs/Makefile | |
config.status: creating doc/misc/Makefile | |
config.status: creating doc/lispintro/Makefile | |
config.status: creating doc/lispref/Makefile | |
config.status: creating src/Makefile | |
config.status: creating lwlib/Makefile | |
config.status: creating lisp/Makefile | |
config.status: creating leim/Makefile | |
config.status: creating nextstep/Makefile | |
config.status: creating nt/Makefile | |
config.status: creating test/automated/Makefile | |
config.status: creating admin/charsets/Makefile | |
config.status: creating admin/unidata/Makefile | |
config.status: creating admin/grammars/Makefile | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
config.status: executing src/epaths.h commands | |
config.status: executing src/.gdbinit commands | |
config.status: executing doc/emacs/emacsver.texi commands | |
config.status: executing etc-refcards-emacsver.tex commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 -Werror -Wunknown-warning-option conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -Werror -Wunknown-warning-option conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wswitch conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wswitch conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wtautological-constant-out-of-range-compare conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wtautological-constant-out-of-range-compare conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wpointer-sign conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wpointer-sign conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wstring-plus-int conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wstring-plus-int conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wunknown-attributes conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wunknown-attributes conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -Wl,-znocombreloc conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -Wl,-znocombreloc conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c -lossaudio | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -lossaudio -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -MMD -MF deps.d -MP conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -MMD -MF deps.d -MP conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c -lX11 | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -lX11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 -x objective-c -x objective-c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -x objective-c -x objective-c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E -x objective-c conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E -x objective-c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -x objective-c -x objective-c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -x objective-c -x objective-c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c -lXbsd | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -lXbsd -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 conftest.c -L/usr/local/Cellar/imagemagick/6.9.2-8/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 conftest.c -L/usr/local/Cellar/imagemagick/6.9.2-8/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 conftest.c -L/usr/local/Cellar/imagemagick/6.9.2-8/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 conftest.c -L/usr/local/Cellar/imagemagick/6.9.2-8/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lselinux | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lselinux -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -ljpeg | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -ljpeg -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lxml2 -lxml2 | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lxml2 -lxml2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lmail | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lmail -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -llockfile | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -llockfile -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -ltinfo | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -ltinfo -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -L/usr/local/Cellar/glib/2.46.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.4/lib -L/usr/local/Cellar/gdk-pixbuf/2.32.2/lib -L/usr/local/Cellar/librsvg/2.40.12/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -L/usr/local/Cellar/glib/2.46.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.4/lib -L/usr/local/Cellar/gdk-pixbuf/2.32.2/lib -L/usr/local/Cellar/librsvg/2.40.12/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 -Iconftestd1b -Iconftestd2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 -Iconftestd1b -Iconftestd2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c -lrt | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c -lposix4 | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -lposix4 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c -lrt | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c -lposix4 | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -lposix4 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -Os -march=native -c -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g3 -O2 -nopie conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g3 -O2 -nopie conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains 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-12-09 19:11:18 -0800 | |
make | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make info-real info-dir | |
GEN alloca.h | |
GEN byteswap.h | |
GEN c++defs.h | |
GEN arg-nonnull.h | |
GEN warn-on-use.h | |
GEN stdint.h | |
GEN dirent.h | |
GEN fcntl.h | |
GEN getopt.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/lispref info | |
../../build-aux/install-sh -c -d ../../info | |
GEN inttypes.h | |
GEN sys/types.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/lispintro info | |
../../build-aux/install-sh -c -d ../../info | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/emacs info | |
../../build-aux/install-sh -c -d ../../info | |
GEN signal.h | |
GEN ../../info/elisp.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/eintr.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/emacs.info | |
GEN stdio.h | |
/private/tmp/emacs20151209-86273-al43x2/doc/emacs//docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN stdlib.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/misc info | |
GEN ../../info/ada-mode.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/auth.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN string.h | |
GEN ../../info/autotype.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/bovine.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/calc.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN sys/select.h | |
GEN sys/stat.h | |
GEN sys/time.h | |
GEN time.h | |
GEN unistd.h | |
GEN ../../info/ccmode.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
GEN ../../info/cl.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN info/dir | |
CC acl-errno-valid.o | |
GEN ../../info/dbus.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/dired-x.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/ebrowse.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/ede.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/ediff.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/edt.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/eieio.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
CC acl-internal.o | |
GEN ../../info/emacs-mime.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
CC get-permissions.o | |
GEN ../../info/epa.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/erc.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/ert.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/eshell.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/eudc.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/efaq.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/eww.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/flymake.info | |
CC set-permissions.o | |
GEN ../../info/forms.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
CC allocator.o | |
GEN ../../info/gnus.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/emacs-gnutls.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/htmlfontify.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
CC binary-io.o | |
CC c-ctype.o | |
GEN ../../info/idlwave.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/ido.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/info.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/mairix-el.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/message.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/mh-e.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/newsticker.info | |
CC c-strcasecmp.o | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
CC c-strncasecmp.o | |
GEN ../../info/nxml-mode.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/octave-mode.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/org.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/pcl-cvs.info | |
CC careadlinkat.o | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
CC close-stream.o | |
GEN ../../info/pgg.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/rcirc.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/remember.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/reftex.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/sasl.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/sc.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/semantic.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/ses.info | |
CC count-one-bits.o | |
GEN ../../info/sieve.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/smtpmail.info | |
CC count-trailing-zeros.o | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/speedbar.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/srecode.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/todo-mode.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/tramp.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/url.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/vhdl-mode.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/vip.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
CC md5.o | |
GEN ../../info/viper.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/widget.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
CC sha1.o | |
GEN ../../info/wisent.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/woman.info | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
GEN ../../info/efaq-w32.info | |
CC sha256.o | |
./../emacs/docstyle.texi:3: warning: unrecognized encoding name `UTF-8'. | |
CC sha512.o | |
CC dtoastr.o | |
CC dtotimespec.o | |
CC filemode.o | |
CC gettime.o | |
CC pipe2.o | |
CC qcopy-acl.o | |
CC stat-time.o | |
CC strftime.o | |
CC tempname.o | |
CC timespec.o | |
CC timespec-add.o | |
CC timespec-sub.o | |
CC u64.o | |
CC unistd.o | |
CC utimens.o | |
CC openat-die.o | |
CC save-cwd.o | |
CC acl_entries.o | |
CC fpending.o | |
CC fstatat.o | |
CC getopt.o | |
CC getopt1.o | |
CC lstat.o | |
CC memrchr.o | |
CC mkostemp.o | |
CC mktime.o | |
CC openat-proc.o | |
CC readlink.o | |
CC readlinkat.o | |
CC secure_getenv.o | |
CC sig2str.o | |
CC stat.o | |
CC symlink.o | |
CC time_rz.o | |
CC timegm.o | |
AR libgnu.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src all | |
CC regex.o | |
CCLD emacsclient | |
CCLD ebrowse | |
CCLD profile | |
CC pop.o | |
CCLD hexl | |
CCLD update-game-score | |
CCLD make-docfile | |
CCLD movemail | |
CCLD ctags | |
CCLD etags | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all | |
GEN lisp.mk | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript.el | |
GEN globals.h | |
GEN buildobj.h | |
GEN ../../lisp/international/charscript.el | |
GEN ../../etc/charsets/8859-2.map | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.el | |
GEN ../../etc/charsets/CP932-2BYTE.map | |
GEN ../../etc/charsets/8859-3.map | |
GEN ../../etc/charsets/8859-4.map | |
GEN ../../etc/charsets/8859-5.map | |
GEN ../../lisp/international/cp51932.el | |
GEN ../../etc/charsets/8859-6.map | |
GEN ../../etc/charsets/8859-7.map | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.el | |
GEN ../../lisp/international/eucjp-ms.el | |
GEN ../../etc/charsets/8859-8.map | |
GEN ../../etc/charsets/8859-9.map | |
GEN ../../etc/charsets/8859-10.map | |
GEN ../../etc/charsets/8859-11.map | |
GEN ../../etc/charsets/8859-13.map | |
GEN ../../etc/charsets/8859-14.map | |
GEN ../../etc/charsets/8859-15.map | |
GEN ../../etc/charsets/8859-16.map | |
GEN ../../etc/charsets/IBM037.map | |
GEN ../../etc/charsets/IBM038.map | |
GEN ../../etc/charsets/IBM256.map | |
GEN ../../etc/charsets/IBM273.map | |
GEN ../../etc/charsets/IBM274.map | |
GEN ../../etc/charsets/IBM275.map | |
GEN ../../etc/charsets/IBM277.map | |
GEN ../../etc/charsets/IBM278.map | |
GEN ../../etc/charsets/IBM280.map | |
GEN ../../etc/charsets/IBM281.map | |
GEN ../../etc/charsets/IBM284.map | |
GEN ../../etc/charsets/IBM285.map | |
GEN ../../etc/charsets/IBM290.map | |
GEN ../../etc/charsets/IBM297.map | |
GEN ../../etc/charsets/IBM420.map | |
GEN ../../etc/charsets/IBM423.map | |
GEN ../../etc/charsets/IBM424.map | |
GEN ../../etc/charsets/IBM437.map | |
GEN ../../etc/charsets/IBM500.map | |
GEN ../../etc/charsets/IBM850.map | |
GEN ../../etc/charsets/IBM851.map | |
GEN ../../etc/charsets/IBM852.map | |
GEN ../../etc/charsets/IBM855.map | |
GEN ../../etc/charsets/IBM856.map | |
GEN ../../etc/charsets/IBM857.map | |
GEN ../../etc/charsets/IBM860.map | |
GEN ../../etc/charsets/IBM861.map | |
GEN ../../etc/charsets/IBM862.map | |
GEN ../../etc/charsets/IBM863.map | |
GEN ../../etc/charsets/IBM864.map | |
GEN ../../etc/charsets/IBM865.map | |
GEN ../../etc/charsets/IBM866.map | |
GEN ../../etc/charsets/IBM868.map | |
GEN ../../etc/charsets/IBM869.map | |
GEN ../../etc/charsets/IBM870.map | |
GEN ../../etc/charsets/IBM871.map | |
GEN ../../etc/charsets/IBM874.map | |
GEN ../../etc/charsets/IBM875.map | |
GEN ../../etc/charsets/IBM880.map | |
GEN ../../etc/charsets/IBM891.map | |
GEN ../../etc/charsets/IBM903.map | |
GEN ../../etc/charsets/IBM904.map | |
GEN ../../etc/charsets/IBM905.map | |
GEN ../../etc/charsets/IBM918.map | |
GEN ../../etc/charsets/IBM1004.map | |
GEN ../../etc/charsets/IBM1026.map | |
GEN ../../etc/charsets/IBM1047.map | |
GEN ../../etc/charsets/CP737.map | |
GEN ../../etc/charsets/CP775.map | |
GEN ../../etc/charsets/CP1125.map | |
GEN ../../etc/charsets/CP1250.map | |
GEN ../../etc/charsets/CP1251.map | |
GEN ../../etc/charsets/CP1252.map | |
GEN ../../etc/charsets/CP1253.map | |
GEN ../../etc/charsets/CP1254.map | |
GEN ../../etc/charsets/CP1255.map | |
GEN ../../etc/charsets/CP1256.map | |
GEN ../../etc/charsets/CP1257.map | |
GEN ../../etc/charsets/CP1258.map | |
GEN ../../etc/charsets/CP10007.map | |
GEN ../../etc/charsets/CP720.map | |
GEN ../../etc/charsets/CP858.map | |
GEN ../../etc/charsets/GB2312.map | |
GEN ../../etc/charsets/GBK.map | |
GEN ../../etc/charsets/GB180302.map | |
GEN ../../etc/charsets/BIG5.map | |
GEN ../../etc/charsets/BIG5-HKSCS.map | |
CC dispnew.o | |
CC frame.o | |
CC scroll.o | |
GEN ../../etc/charsets/CNS-1.map | |
GEN ../../etc/charsets/CNS-2.map | |
CC xdisp.o | |
GEN ../../etc/charsets/CNS-3.map | |
GEN ../../etc/charsets/CNS-4.map | |
GEN ../../etc/charsets/CNS-5.map | |
GEN ../../etc/charsets/CNS-6.map | |
CC menu.o | |
GEN ../../etc/charsets/CNS-7.map | |
GEN ../../etc/charsets/CNS-F.map | |
GEN ../../etc/charsets/JISX0201.map | |
CC window.o | |
GEN ../../etc/charsets/JISX0208.map | |
CC charset.o | |
GEN ../../etc/charsets/JISX0212.map | |
GEN ../../etc/charsets/JISX2132.map | |
GEN ../../etc/charsets/JISC6226.map | |
GEN ../../etc/charsets/JISX213A.map | |
GEN ../../etc/charsets/KSC5601.map | |
GEN ../../etc/charsets/KSC5636.map | |
GEN ../../etc/charsets/JOHAB.map | |
GEN ../../etc/charsets/KOI-8.map | |
CC coding.o | |
GEN ../../etc/charsets/KOI8-R.map | |
GEN ../../etc/charsets/KOI8-U.map | |
GEN ../../etc/charsets/KOI8-T.map | |
GEN ../../etc/charsets/ALTERNATIVNYJ.map | |
GEN ../../etc/charsets/MIK.map | |
GEN ../../etc/charsets/PTCP154.map | |
GEN ../../etc/charsets/TIS-620.map | |
GEN ../../etc/charsets/VISCII.map | |
GEN ../../etc/charsets/VSCII.map | |
GEN ../../etc/charsets/VSCII-2.map | |
GEN ../../etc/charsets/KA-PS.map | |
GEN ../../etc/charsets/KA-ACADEMY.map | |
GEN ../../etc/charsets/HP-ROMAN8.map | |
GEN ../../etc/charsets/NEXTSTEP.map | |
GEN ../../etc/charsets/MACINTOSH.map | |
GEN ../../etc/charsets/EBCDICUK.map | |
GEN ../../etc/charsets/EBCDICUS.map | |
CC category.o | |
GEN ../../etc/charsets/stdenc.map | |
GEN ../../etc/charsets/symbol.map | |
GEN ../../etc/charsets/CP949-2BYTE.map | |
GEN ../../etc/charsets/BIG5-1.map | |
CC ccl.o | |
GEN ../../etc/charsets/BIG5-2.map | |
GEN ../../etc/charsets/MULE-ethiopic.map | |
GEN ../../etc/charsets/MULE-ipa.map | |
GEN ../../etc/charsets/MULE-is13194.map | |
GEN ../../etc/charsets/MULE-sisheng.map | |
GEN ../../etc/charsets/MULE-tibetan.map | |
GEN ../../etc/charsets/MULE-lviscii.map | |
GEN ../../etc/charsets/MULE-uviscii.map | |
GEN ../../etc/charsets/GB180304.map | |
GEN ../../etc/charsets/JISX2131.map | |
GEN charsets.stamp | |
CC character.o | |
CC chartab.o | |
CC bidi.o | |
CC cm.o | |
CC term.o | |
CC terminal.o | |
CC xfaces.o | |
CC emacs.o | |
CC keyboard.o | |
CC macros.o | |
CC keymap.o | |
CC sysdep.o | |
CC buffer.o | |
CC filelock.o | |
CC insdel.o | |
CC marker.o | |
CC minibuf.o | |
CC fileio.o | |
CC dired.o | |
CC cmds.o | |
CC casetab.o | |
CC casefiddle.o | |
CC indent.o | |
CC search.o | |
CC regex.o | |
CC undo.o | |
CC alloc.o | |
CC data.o | |
CC doc.o | |
CC editfns.o | |
CC callint.o | |
CC eval.o | |
CC floatfns.o | |
CC fns.o | |
CC font.o | |
CC print.o | |
CC lread.o | |
CC syntax.o | |
CC unexmacosx.o | |
CC bytecode.o | |
CC process.o | |
CC gnutls.o | |
CC callproc.o | |
CC region-cache.o | |
CC sound.o | |
CC atimer.o | |
CC doprnt.o | |
CC intervals.o | |
CC textprop.o | |
CC composite.o | |
CC xml.o | |
CC profiler.o | |
CC decompress.o | |
CC fontset.o | |
CC fringe.o | |
CC image.o | |
CC nsterm.o | |
CC nsfns.o | |
CC nsmenu.o | |
CC nsselect.o | |
CC nsimage.o | |
CC macfont.o | |
CC terminfo.o | |
CC lastfile.o | |
CCLD temacs | |
../build-aux/install-sh -c -d ../etc | |
: paxctl -r temacs | |
: setfattr -n user.pax.flags -v er temacs | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp update-subdirs | |
./temacs --batch --load loadup bootstrap | |
Loading loadup.el (source)... | |
Using load-path (/private/tmp/emacs20151209-86273-al43x2/lisp /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp /private/tmp/emacs20151209-86273-al43x2/lisp/language /private/tmp/emacs20151209-86273-al43x2/lisp/international /private/tmp/emacs20151209-86273-al43x2/lisp/textmodes /private/tmp/emacs20151209-86273-al43x2/lisp/vc) | |
Loading emacs-lisp/byte-run (source)... | |
Loading emacs-lisp/backquote (source)... | |
Loading subr (source)... | |
Loading version (source)... | |
Loading widget (source)... | |
Loading custom (source)... | |
Loading emacs-lisp/map-ynp (source)... | |
Loading international/mule (source)... | |
Loading international/mule-conf (source)... | |
Loading env (source)... | |
Loading format (source)... | |
Loading bindings (source)... | |
Loading window (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/files.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/macroexp.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/pcase.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/macroexp.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/cus-face.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/faces.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/button.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/ldefs-boot.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/nadvice.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/cl-preloaded.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/minibuffer.el (source)... | |
../lisp/minibuffer.el: ‘with-wrapper-hook’ is an obsolete macro (as of 24.4); use a <foo>-function variable modified by ‘add-function’. | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/abbrev.el (source)... | |
../lisp/abbrev.el: ‘with-wrapper-hook’ is an obsolete macro (as of 24.4); use a <foo>-function variable modified by ‘add-function’. | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/simple.el (source)... | |
../lisp/simple.el: ‘with-wrapper-hook’ is an obsolete macro (as of 24.4); use a <foo>-function variable modified by ‘add-function’. | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/help.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/jka-cmpr-hook.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/epa-hook.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/international/mule-cmds.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/case-table.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/international/characters.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/composite.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/chinese.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/cyrillic.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/indian.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/sinhala.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/english.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/ethiopic.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/european.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/czech.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/slovak.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/romanian.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/greek.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/hebrew.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/international/cp51932.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/international/eucjp-ms.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/japanese.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/korean.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/lao.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/tai-viet.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/thai.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/tibetan.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/vietnamese.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/misc-lang.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/utf-8-lang.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/georgian.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/khmer.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/burmese.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/language/cham.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/indent.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/cl-generic.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/frame.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/startup.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/term/tty-colors.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/font-core.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/facemenu.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/syntax.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/font-lock.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/jit-lock.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/mouse.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/scroll-bar.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/select.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/timer.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/isearch.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/rfn-eshadow.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/menu-bar.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/lisp.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/textmodes/page.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/register.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/textmodes/paragraphs.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/progmodes/prog-mode.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/lisp-mode.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/progmodes/elisp-mode.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/textmodes/text-mode.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/textmodes/fill.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/newcomment.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/replace.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/tabulated-list.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/buff-menu.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/fringe.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/regexp-opt.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/image.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/international/fontset.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/dnd.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/tool-bar.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/term/common-win.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/term/ns-win.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/mwheel.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/float-sup.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/vc/vc-hooks.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/vc/ediff-hook.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/uniquify.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/electric.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/emacs-lisp/eldoc.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/cus-start.el (source)... | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/tooltip.el (source)... | |
Finding pointers to doc strings... | |
Finding pointers to doc strings...done | |
Dumping under the name emacs | |
87579 pure bytes used | |
--- List of All Regions --- | |
address size prot maxp | |
--- List of Regions to be Dumped --- | |
address size prot maxp | |
--- Header Information --- | |
Magic = 0xfeedfacf | |
CPUType = 16777223 | |
CPUSubType = -2147483645 | |
FileType = 0x2 | |
NCmds = 36 | |
SizeOfCmds = 4568 | |
Flags = 0x00000085 | |
Highest address of load commands in input file: 0x10062f000 | |
Lowest offset of all sections in __TEXT segment: 0x75a4 | |
--- List of Load Commands in Input File --- | |
# cmd cmdsize name address size | |
0 LC_SEGMENT_64 72 __PAGEZERO 0 0x100000000 | |
1 LC_SEGMENT_64 952 __TEXT 0x100000000 0x1d3000 | |
__text 0x1000075a4 0x1961b9 | |
__stubs 0x10019d75e 0xc5a | |
__stub_helper 0x10019e3b8 0x14a6 | |
__const 0x10019f860 0x15054 | |
__cstring 0x1001b48c0 0x15d8a | |
__objc_methname 0x1001ca64a 0x3586 | |
__objc_classname 0x1001cdbd0 0x114 | |
__objc_methtype 0x1001cdce4 0x1647 | |
__gcc_except_tab 0x1001cf32c 0x4c | |
__unwind_info 0x1001cf378 0x3248 | |
__eh_frame 0x1001d25c0 0xa40 | |
2 LC_SEGMENT_64 1512 __DATA 0x1001d3000 0x3f7000 | |
__nl_symbol_ptr 0x1001d3000 0x10 | |
__got 0x1001d3010 0x290 | |
__la_symbol_ptr 0x1001d32a0 0x1078 | |
__const 0x1001d4320 0x5928 | |
__cfstring 0x1001d9c48 0x840 | |
__objc_classlist 0x1001da488 0x78 | |
__objc_catlist 0x1001da500 0x8 | |
__objc_protolist 0x1001da508 0x28 | |
__objc_imageinfo 0x1001da530 0x8 | |
__objc_const 0x1001da538 0x3b30 | |
__objc_selrefs 0x1001de068 0x1088 | |
__objc_classrefs 0x1001df0f0 0x210 | |
__objc_superrefs 0x1001df300 0x60 | |
__objc_ivar 0x1001df360 0x1e8 | |
__objc_data 0x1001df548 0x4b0 | |
__data 0x1001dfa00 0x3410fc | |
__common 0x100520b00 0x1f521 | |
__bss 0x100540030 0x89950 | |
3 LC_SEGMENT_64 72 __LINKEDIT 0x1005ca000 0x65000 | |
4 LC_DYLD_INFO_ONLY 48 | |
5 LC_SYMTAB 24 | |
6 LC_DYSYMTAB 80 | |
7 LC_LOAD_DYLINKER 32 | |
8 LC_UUID 24 | |
9 LC_VERSION_MIN_MACOSX 16 | |
10 LC_SOURCE_VERSION 16 | |
11 LC_MAIN 24 | |
12 LC_LOAD_DYLIB 88 | |
13 LC_LOAD_DYLIB 88 | |
14 LC_LOAD_DYLIB 56 | |
15 LC_LOAD_DYLIB 72 | |
16 LC_LOAD_DYLIB 56 | |
17 LC_LOAD_DYLIB 72 | |
18 LC_LOAD_DYLIB 80 | |
19 LC_LOAD_DYLIB 72 | |
20 LC_LOAD_DYLIB 72 | |
21 LC_LOAD_DYLIB 72 | |
22 LC_LOAD_DYLIB 72 | |
23 LC_LOAD_DYLIB 88 | |
24 LC_LOAD_DYLIB 88 | |
25 LC_LOAD_DYLIB 56 | |
26 LC_LOAD_DYLIB 56 | |
27 LC_LOAD_DYLIB 72 | |
28 LC_LOAD_DYLIB 48 | |
29 LC_LOAD_DYLIB 104 | |
30 LC_LOAD_DYLIB 104 | |
31 LC_LOAD_DYLIB 96 | |
32 LC_LOAD_DYLIB 96 | |
33 LC_LOAD_DYLIB 56 | |
34 LC_FUNCTION_STARTS 16 | |
35 LC_DATA_IN_CODE 16 | |
0x1032fc080 (sz: 0x3f24/ 0x3f28) | |
0x103200000 (sz: 0xcb36f/ 0xfc080) | |
0x1034fc080 (sz: 0x3f24/ 0x3f28) | |
0x103400000 (sz: 0x42ca0/ 0xfc080) | |
0x1017fc080 (sz: 0x3f24/ 0x3f28) | |
0x101700000 (sz: 0xc536d/ 0xfc080) | |
0x1031fc080 (sz: 0x3f24/ 0x3f28) | |
0x103100000 (sz: 0x336a0/ 0xfc080) | |
0x1047f8000 (sz: 0x7536/ 0x7fa0) | |
0x104000000 (sz: 0x7513ff/0x7f8000) | |
0x103ff8000 (sz: 0xf56/ 0x7fa0) | |
0x103800000 (sz: 0xf33ff/0x7f8000) | |
0x1087f8000 (sz: 0x2618/ 0x7fa0) | |
0x108000000 (sz: 0x25f600/0x7f8000) | |
0x107ff8000 (sz: 0x5d16/ 0x7fa0) | |
0x107800000 (sz: 0x5cf3ff/0x7f8000) | |
0x1011fe000 (sz: 0/ 0x1000) | |
--- Load Commands written to Output File --- | |
Writing segment __PAGEZERO @ 0 ( 0/0x100000000 @ 0) | |
Writing segment __TEXT @ 0 (0x1d3000/0x1d3000 @ 0x100000000) | |
Writing segment __DATA @ 0x1d3000 (0x3f7000/0x3f7000 @ 0x1001d3000) | |
section __nl_symbol_ptr at 0x1d3000 - 0x1d3010 (sz: 0x10) | |
section __got at 0x1d3010 - 0x1d32a0 (sz: 0x290) | |
section __la_symbol_ptr at 0x1d32a0 - 0x1d4318 (sz: 0x1078) | |
section __const at 0x1d4320 - 0x1d9c48 (sz: 0x5928) | |
section __cfstring at 0x1d9c48 - 0x1da488 (sz: 0x840) | |
section __objc_classlist at 0x1da488 - 0x1da500 (sz: 0x78) | |
section __objc_catlist at 0x1da500 - 0x1da508 (sz: 0x8) | |
section __objc_protolist at 0x1da508 - 0x1da530 (sz: 0x28) | |
section __objc_imageinfo at 0x1da530 - 0x1da538 (sz: 0x8) | |
section __objc_const at 0x1da538 - 0x1de068 (sz: 0x3b30) | |
section __objc_selrefs at 0x1de068 - 0x1df0f0 (sz: 0x1088) | |
section __objc_classrefs at 0x1df0f0 - 0x1df300 (sz: 0x210) | |
section __objc_superrefs at 0x1df300 - 0x1df360 (sz: 0x60) | |
section __objc_ivar at 0x1df360 - 0x1df548 (sz: 0x1e8) | |
section __objc_data at 0x1df548 - 0x1df9f8 (sz: 0x4b0) | |
section __data at 0x1dfa00 - 0x520afc (sz: 0x3410fc) | |
section __common at 0x520b00 - 0x540021 (sz: 0x1f521) | |
section __bss at 0x540030 - 0x5c9980 (sz: 0x89950) | |
Writing segment __DATA @ 0x5ca000 ( 0/ 0x1000 @ 0x1011fe000) | |
Writing segment __DATA @ 0x5ca000 ( 0xc536d/ 0xfc000 @ 0x101700000) | |
Writing segment __DATA @ 0x690000 ( 0x3fa4/ 0x3fa8 @ 0x1017fc000) | |
Writing segment __DATA @ 0x694000 ( 0x336a0/ 0xfc000 @ 0x103100000) | |
Writing segment __DATA @ 0x6c8000 ( 0x3fa4/ 0x3fa8 @ 0x1031fc000) | |
Writing segment __DATA @ 0x6cc000 ( 0xcb36f/ 0xfc000 @ 0x103200000) | |
Writing segment __DATA @ 0x798000 ( 0x3fa4/ 0x3fa8 @ 0x1032fc000) | |
Writing segment __DATA @ 0x79c000 ( 0x42ca0/ 0xfc000 @ 0x103400000) | |
Writing segment __DATA @ 0x7df000 ( 0x3fa4/ 0x3fa8 @ 0x1034fc000) | |
Writing segment __DATA @ 0x7e3000 ( 0xf33ff/0x7f8000 @ 0x103800000) | |
Writing segment __DATA @ 0x8d7000 ( 0xf56/ 0x7fa0 @ 0x103ff8000) | |
Writing segment __DATA @ 0x8d8000 (0x7513ff/0x7f8000 @ 0x104000000) | |
Writing segment __DATA @ 0x102a000 ( 0x7536/ 0x7fa0 @ 0x1047f8000) | |
Writing segment __DATA @ 0x1032000 (0x5cf3ff/0x7f8000 @ 0x107800000) | |
Writing segment __DATA @ 0x1602000 ( 0x5d16/ 0x7fa0 @ 0x107ff8000) | |
Writing segment __DATA @ 0x1608000 (0x25f600/0x7f8000 @ 0x108000000) | |
Writing segment __DATA @ 0x1868000 ( 0x2618/ 0x7fa0 @ 0x1087f8000) | |
Writing segment __LINKEDIT @ 0x186b000 ( 0x649e0/ 0x65000 @ 0x1005ca000) | |
Writing LC_DYLD_INFO_ONLY command | |
Writing LC_SYMTAB command | |
Writing LC_DYSYMTAB command | |
Writing LC_LOAD_DYLINKER command | |
Writing LC_UUID command | |
Writing LC_VERSION_MIN_MACOSX command | |
Writing LC_SOURCE_VERSION command | |
Writing LC_MAIN command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_FUNCTION_STARTS command | |
Writing LC_DATA_IN_CODE command | |
24292 unused bytes follow Mach-O header | |
: paxctl -zex emacs | |
mv -f emacs bootstrap-emacs | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" | |
ELC emacs-lisp/cconv.elc | |
ELC emacs-lisp/macroexp.elc | |
ELC emacs-lisp/byte-opt.elc | |
ELC emacs-lisp/bytecomp.elc | |
ELC emacs-lisp/autoload.elc | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" | |
ELC ../lisp/bindings.elc | |
ELC ../lisp/buff-menu.elc | |
GEN calendar/cal-loaddefs.el | |
ELC ../lisp/abbrev.elc | |
GEN mh-e/mh-loaddefs.el | |
GEN net/tramp-loaddefs.el | |
In abbrev--default-expand: | |
abbrev.el:847:8:Warning: ‘with-wrapper-hook’ is an obsolete macro (as of | |
24.4); use a <foo>-function variable modified by ‘add-function’. | |
ELC ../lisp/button.elc | |
ELC ../lisp/case-table.elc | |
ELC ../lisp/composite.elc | |
ELC ../lisp/cus-face.elc | |
ELC ../lisp/cus-start.elc | |
ELC ../lisp/custom.elc | |
ELC ../lisp/disp-table.elc | |
GEN calendar/diary-loaddefs.el | |
ELC ../lisp/dnd.elc | |
ELC ../lisp/dos-fns.elc | |
ELC ../lisp/dos-vars.elc | |
ELC ../lisp/dos-w32.elc | |
ELC ../lisp/dynamic-setting.elc | |
ELC ../lisp/electric.elc | |
ELC ../lisp/emacs-lisp/backquote.elc | |
ELC ../lisp/emacs-lisp/byte-run.elc | |
ELC ../lisp/emacs-lisp/cl-generic.elc | |
In toplevel form: | |
emacs-lisp/byte-run.el:48:1:Warning: ‘macro-declaration-function’ is an | |
obsolete function (as of 24.3); use ‘macro-declarations-alist’ instead. | |
ELC ../lisp/emacs-lisp/cl-preloaded.elc | |
ELC ../lisp/emacs-lisp/eldoc.elc | |
GEN calendar/hol-loaddefs.el | |
ELC ../lisp/emacs-lisp/float-sup.elc | |
ELC ../lisp/emacs-lisp/lisp-mode.elc | |
ELC ../lisp/emacs-lisp/lisp.elc | |
In toplevel form: | |
emacs-lisp/float-sup.el:31:1:Warning: global/dynamic var ‘pi’ lacks a prefix | |
ELC ../lisp/emacs-lisp/macroexp.elc | |
In beginning-of-defun-raw: | |
emacs-lisp/lisp.el:367:27:Warning: ‘syntax-begin-function’ is an obsolete | |
variable (as of 25.1). | |
ELC ../lisp/emacs-lisp/map-ynp.elc | |
ELC ../lisp/emacs-lisp/nadvice.elc | |
ELC ../lisp/emacs-lisp/regexp-opt.elc | |
ELC ../lisp/emacs-lisp/syntax.elc | |
ELC ../lisp/emacs-lisp/tabulated-list.elc | |
ELC ../lisp/emacs-lisp/timer.elc | |
ELC ../lisp/env.elc | |
ELC ../lisp/epa-hook.elc | |
ELC ../lisp/facemenu.elc | |
ELC ../lisp/faces.elc | |
Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./international ./language ./leim ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc | |
GEN loaddefs.el | |
ELC ../lisp/files.elc | |
ELC ../lisp/font-core.elc | |
In create-file-buffer: | |
files.el:1709:8:Warning: function create-file-buffer used to take 0+ | |
arguments, now takes 1 | |
ELC ../lisp/font-lock.elc | |
ELC ../lisp/format.elc | |
In font-lock-initial-fontify: | |
font-lock.el:641:47:Warning: ‘font-lock-fontify-buffer’ is for interactive use | |
only; use ‘font-lock-ensure’ or ‘font-lock-flush’ instead. | |
In font-lock-compile-keywords: | |
font-lock.el:1755:34:Warning: ‘syntax-begin-function’ is an obsolete variable | |
(as of 25.1). | |
ELC ../lisp/frame.elc | |
ELC ../lisp/fringe.elc | |
ELC ../lisp/help.elc | |
ELC ../lisp/image.elc | |
ELC ../lisp/indent.elc | |
ELC ../lisp/international/charscript.elc | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" | |
ELC uvs.elc | |
Making generated-autoload-file local to *autoload-file* while let-bound! | |
ELC unidata-gen.elc | |
GEN unidata.txt | |
ELC ../lisp/international/cp51932.elc | |
ELC ../lisp/international/eucjp-ms.elc | |
GEN ../../lisp/international/charprop.el | |
ELC ../lisp/international/fontset.elc | |
ELC ../lisp/international/mule-cmds.elc | |
ELC ../lisp/international/mule-conf.elc | |
ELC ../lisp/international/mule.elc | |
ELC ../lisp/isearch.elc | |
ELC ../lisp/jit-lock.elc | |
ELC ../lisp/jka-cmpr-hook.elc | |
ELC ../lisp/language/burmese.elc | |
ELC ../lisp/language/cham.elc | |
ELC ../lisp/language/chinese.elc | |
ELC ../lisp/language/cyrillic.elc | |
ELC ../lisp/language/czech.elc | |
ELC ../lisp/language/english.elc | |
ELC ../lisp/language/ethiopic.elc | |
ELC ../lisp/language/european.elc | |
ELC ../lisp/language/georgian.elc | |
ELC ../lisp/language/greek.elc | |
ELC ../lisp/language/hebrew.elc | |
ELC ../lisp/language/indian.elc | |
Writing /private/tmp/emacs20151209-86273-al43x2/lisp/international/charprop.el... | |
ELC ../lisp/language/japanese.elc | |
ELC ../lisp/language/khmer.elc | |
ELC ../lisp/language/korean.elc | |
ELC ../lisp/language/lao.elc | |
ELC ../lisp/language/misc-lang.elc | |
ELC ../lisp/language/romanian.elc | |
ELC ../lisp/language/sinhala.elc | |
ELC ../lisp/language/slovak.elc | |
ELC ../lisp/language/tai-viet.elc | |
ELC ../lisp/language/thai.elc | |
ELC ../lisp/language/tibetan.elc | |
ELC ../lisp/language/utf-8-lang.elc | |
ELC ../lisp/language/vietnamese.elc | |
ELC ../lisp/ls-lisp.elc | |
ELC ../lisp/menu-bar.elc | |
ELC ../lisp/minibuffer.elc | |
ELC ../lisp/mouse.elc | |
ELC ../lisp/mwheel.elc | |
In display-completion-list: | |
minibuffer.el:1697:12:Warning: display-completion-list called with 2 | |
arguments, but accepts only 1 | |
In completion--in-region: | |
minibuffer.el:1966:62:Warning: ‘with-wrapper-hook’ is an obsolete macro (as of | |
24.4); use a <foo>-function variable modified by ‘add-function’. | |
ELC ../lisp/newcomment.elc | |
minibuffer.el:2924:1:Warning: Unused lexical variable ‘p1’ | |
minibuffer.el:2924:1:Warning: Unused lexical variable ‘p2’ | |
ELC ../lisp/progmodes/elisp-mode.elc | |
ELC ../lisp/progmodes/prog-mode.elc | |
ELC ../lisp/register.elc | |
ELC ../lisp/replace.elc | |
ELC ../lisp/rfn-eshadow.elc | |
ELC ../lisp/scroll-bar.elc | |
In perform-replace: | |
replace.el:2267:36:Warning: looking-back called with 1 argument, but requires | |
2-3 | |
ELC ../lisp/select.elc | |
ELC ../lisp/simple.elc | |
ELC ../lisp/startup.elc | |
ELC ../lisp/subr.elc | |
In toplevel form: | |
startup.el:115:1:Warning: global/dynamic var ‘argv’ lacks a prefix | |
startup.el:122:1:Warning: global/dynamic var ‘argi’ lacks a prefix | |
In declare-function: | |
subr.el:32:11:Warning: macro declare-function used to take 2+ arguments, now | |
takes 2-4 | |
In buffer-substring--filter: | |
simple.el:4019:52:Warning: ‘with-wrapper-hook’ is an obsolete macro (as of | |
24.4); use a <foo>-function variable modified by ‘add-function’. | |
ELC ../lisp/term/common-win.elc | |
ELC ../lisp/term/internal.elc | |
ELC ../lisp/term/ns-win.elc | |
ELC ../lisp/term/pc-win.elc | |
ELC ../lisp/term/tty-colors.elc | |
ELC ../lisp/term/w32-win.elc | |
ELC ../lisp/term/x-win.elc | |
ELC ../lisp/textmodes/fill.elc | |
ELC ../lisp/textmodes/page.elc | |
ELC ../lisp/textmodes/paragraphs.elc | |
ELC ../lisp/textmodes/text-mode.elc | |
ELC ../lisp/tool-bar.elc | |
ELC ../lisp/tooltip.elc | |
ELC ../lisp/uniquify.elc | |
ELC ../lisp/vc/ediff-hook.elc | |
ELC ../lisp/vc/vc-hooks.elc | |
ELC ../lisp/version.elc | |
ELC ../lisp/w32-fns.elc | |
ELC ../lisp/w32-vars.elc | |
ELC ../lisp/widget.elc | |
ELC ../lisp/window.elc | |
ELC ../lisp/x-dnd.elc | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim leim-list.el EMACS="../src/bootstrap-emacs" | |
GEN ../lisp/leim/quail/CCDOSPY.el | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/CCDOSPY.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
Formatting translation rules... | |
GEN ../lisp/leim/quail/Punct.el | |
GEN ../lisp/leim/quail/QJ.el | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/Punct.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/QJ.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
Formatting translation rules... | |
ELC ../lisp/international/characters.elc | |
Formatting translation rules... | |
GEN ../lisp/leim/quail/SW.el | |
GEN ../lisp/leim/quail/TONEPY.el | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/SW.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
Formatting translation rules... | |
GEN ../lisp/leim/quail/4Corner.el | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/TONEPY.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
Formatting translation rules... | |
GEN ../lisp/leim/quail/ARRAY30.el | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/4Corner.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
GEN ../lisp/leim/quail/ECDICT.el | |
GEN ../lisp/leim/quail/ETZY.el | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/ARRAY30.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/ECDICT.tit to quail-package... | |
GEN ../lisp/leim/quail/Punct-b5.el | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/ETZY.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
GEN ../lisp/leim/quail/PY-b5.el | |
GEN ../lisp/leim/quail/QJ-b5.el | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/Punct-b5.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
GEN ../lisp/leim/quail/ZOZY.el | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/PY-b5.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/QJ-b5.tit to quail-package... | |
Decoding with coding system cn-big5... | |
GEN ../lisp/leim/quail/tsang-b5.el | |
Processing header part... | |
Formatting translation rules... | |
GEN ../lisp/leim/quail/tsang-cns.el | |
Converting /private/tmp/emacs20151209-86273-al43x2/leim/CXTERM-DIC/ZOZY.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
GEN ../lisp/leim/quail/PY.el | |
Converting cangjie-table.b5 to tsang-b5.el... | |
Converting cangjie-table.cns to tsang-cns.el... | |
Converting pinyin.map to PY.el... | |
GEN ../lisp/leim/quail/ZIRANMA.el | |
Converting ziranma.cin to ZIRANMA.el... | |
Converting pinyin.map to PY.el...done | |
GEN ../etc/DOC | |
Converting cangjie-table.cns to tsang-cns.el...done | |
Converting cangjie-table.cns to quick-cns.el... | |
Converting cangjie-table.b5 to tsang-b5.el...done | |
Converting cangjie-table.b5 to quick-b5.el... | |
Converting cangjie-table.b5 to quick-b5.el...done | |
Converting cangjie-table.cns to quick-cns.el...done | |
GEN ../lisp/leim/quail/CTLau.el | |
GEN ../lisp/leim/quail/CTLau-b5.el | |
Converting CTLau.html to CTLau.el... | |
Converting CTLau-b5.html to CTLau-b5.el... | |
Converting ziranma.cin to ZIRANMA.el...done | |
Converting CTLau.html to CTLau.el...done | |
Converting CTLau-b5.html to CTLau-b5.el...done | |
GEN ../lisp/leim/leim-list.el | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/ZOZY.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/ZIRANMA.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/welsh.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/vnvni.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/vntelex.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/viqr.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/uni-input.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/tsang-cns.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/tsang-b5.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/TONEPY.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/tibetan.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/thai.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/tamil-dvorak.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/symbol-ksc.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/SW.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/slovak.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/sisheng.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/sgml-input.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/rfc1345.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/quick-cns.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/quick-b5.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/QJ.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/QJ-b5.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/pypunct-b5.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/PY.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/py-punct.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/PY-b5.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/Punct.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/Punct-b5.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/persian.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/lrt.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/latin-pre.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/latin-post.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/latin-ltx.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/latin-alt.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/lao.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/japanese.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/ipa.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/ipa-praat.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/indian.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/hebrew.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/hanja3.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/hanja.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/hanja-jis.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/hangul.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/greek.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/georgian.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/ETZY.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/ethiopic.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/ECDICT.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/czech.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/cyrillic.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/cyril-jis.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/CTLau.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/CTLau-b5.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/croatian.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/CCDOSPY.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/ARRAY30.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/arabic.el ... | |
Checking /private/tmp/emacs20151209-86273-al43x2/lisp/leim/quail/4Corner.el ... | |
LC_ALL=C ./temacs -batch -l loadup dump | |
Loading loadup.el (source)... | |
Using load-path (/private/tmp/emacs20151209-86273-al43x2/lisp) | |
Loading emacs-lisp/byte-run... | |
Loading emacs-lisp/backquote... | |
Loading subr... | |
Loading version... | |
Loading widget... | |
Loading custom... | |
Loading emacs-lisp/map-ynp... | |
Loading international/mule... | |
Loading international/mule-conf... | |
Loading env... | |
Loading format... | |
Loading bindings... | |
Loading window... | |
Loading files... | |
Loading emacs-lisp/macroexp... | |
Loading cus-face... | |
Loading faces... | |
Loading button... | |
Loading loaddefs.el (source)... | |
Loading emacs-lisp/nadvice... | |
Loading emacs-lisp/cl-preloaded... | |
Loading minibuffer... | |
Loading abbrev... | |
Loading simple... | |
Loading help... | |
Loading jka-cmpr-hook... | |
Loading epa-hook... | |
Loading international/mule-cmds... | |
Loading case-table... | |
Loading international/charprop.el (source)... | |
Loading international/characters... | |
Loading international/charscript... | |
Loading composite... | |
Loading language/chinese... | |
Loading language/cyrillic... | |
Loading language/indian... | |
Loading language/sinhala... | |
Loading language/english... | |
Loading language/ethiopic... | |
Loading language/european... | |
Loading language/czech... | |
Loading language/slovak... | |
Loading language/romanian... | |
Loading language/greek... | |
Loading language/hebrew... | |
Loading international/cp51932... | |
Loading international/eucjp-ms... | |
Loading language/japanese... | |
Loading language/korean... | |
Loading language/lao... | |
Loading language/tai-viet... | |
Loading language/thai... | |
Loading language/tibetan... | |
Loading language/vietnamese... | |
Loading language/misc-lang... | |
Loading language/utf-8-lang... | |
Loading language/georgian... | |
Loading language/khmer... | |
Loading language/burmese... | |
Loading language/cham... | |
Loading indent... | |
Loading emacs-lisp/cl-generic... | |
Loading frame... | |
Loading startup... | |
Loading term/tty-colors... | |
Loading font-core... | |
Loading facemenu... | |
Loading emacs-lisp/syntax... | |
Loading font-lock... | |
Loading jit-lock... | |
Loading mouse... | |
Loading scroll-bar... | |
Loading select... | |
Loading emacs-lisp/timer... | |
Loading isearch... | |
Loading rfn-eshadow... | |
Loading menu-bar... | |
Loading emacs-lisp/lisp... | |
Loading textmodes/page... | |
Loading register... | |
Loading textmodes/paragraphs... | |
Loading progmodes/prog-mode... | |
Loading emacs-lisp/lisp-mode... | |
Loading progmodes/elisp-mode... | |
Loading textmodes/text-mode... | |
Loading textmodes/fill... | |
Loading newcomment... | |
Loading replace... | |
Loading emacs-lisp/tabulated-list... | |
Loading buff-menu... | |
Loading fringe... | |
Loading emacs-lisp/regexp-opt... | |
Loading image... | |
Loading international/fontset... | |
Loading dnd... | |
Loading tool-bar... | |
Loading term/common-win... | |
Loading term/ns-win... | |
Loading mwheel... | |
Loading emacs-lisp/float-sup... | |
Loading vc/vc-hooks... | |
Loading vc/ediff-hook... | |
Loading uniquify... | |
Loading electric... | |
Loading emacs-lisp/eldoc... | |
Loading cus-start... | |
Loading tooltip... | |
Loading leim/leim-list.el (source)... | |
Finding pointers to doc strings... | |
Finding pointers to doc strings...done | |
Pure-hashed: 23395 strings, 3783 vectors, 37181 conses, 3687 bytecodes, 102 others | |
Dumping under the name emacs | |
2715336 pure bytes used | |
Adding name emacs-25.0.50.1 | |
--- List of All Regions --- | |
address size prot maxp | |
--- List of Regions to be Dumped --- | |
address size prot maxp | |
--- Header Information --- | |
Magic = 0xfeedfacf | |
CPUType = 16777223 | |
CPUSubType = -2147483645 | |
FileType = 0x2 | |
NCmds = 36 | |
SizeOfCmds = 4568 | |
Flags = 0x00000085 | |
Highest address of load commands in input file: 0x10062f000 | |
Lowest offset of all sections in __TEXT segment: 0x75a4 | |
--- List of Load Commands in Input File --- | |
# cmd cmdsize name address size | |
0 LC_SEGMENT_64 72 __PAGEZERO 0 0x100000000 | |
1 LC_SEGMENT_64 952 __TEXT 0x100000000 0x1d3000 | |
__text 0x1000075a4 0x1961b9 | |
__stubs 0x10019d75e 0xc5a | |
__stub_helper 0x10019e3b8 0x14a6 | |
__const 0x10019f860 0x15054 | |
__cstring 0x1001b48c0 0x15d8a | |
__objc_methname 0x1001ca64a 0x3586 | |
__objc_classname 0x1001cdbd0 0x114 | |
__objc_methtype 0x1001cdce4 0x1647 | |
__gcc_except_tab 0x1001cf32c 0x4c | |
__unwind_info 0x1001cf378 0x3248 | |
__eh_frame 0x1001d25c0 0xa40 | |
2 LC_SEGMENT_64 1512 __DATA 0x1001d3000 0x3f7000 | |
__nl_symbol_ptr 0x1001d3000 0x10 | |
__got 0x1001d3010 0x290 | |
__la_symbol_ptr 0x1001d32a0 0x1078 | |
__const 0x1001d4320 0x5928 | |
__cfstring 0x1001d9c48 0x840 | |
__objc_classlist 0x1001da488 0x78 | |
__objc_catlist 0x1001da500 0x8 | |
__objc_protolist 0x1001da508 0x28 | |
__objc_imageinfo 0x1001da530 0x8 | |
__objc_const 0x1001da538 0x3b30 | |
__objc_selrefs 0x1001de068 0x1088 | |
__objc_classrefs 0x1001df0f0 0x210 | |
__objc_superrefs 0x1001df300 0x60 | |
__objc_ivar 0x1001df360 0x1e8 | |
__objc_data 0x1001df548 0x4b0 | |
__data 0x1001dfa00 0x3410fc | |
__common 0x100520b00 0x1f521 | |
__bss 0x100540030 0x89950 | |
3 LC_SEGMENT_64 72 __LINKEDIT 0x1005ca000 0x65000 | |
4 LC_DYLD_INFO_ONLY 48 | |
5 LC_SYMTAB 24 | |
6 LC_DYSYMTAB 80 | |
7 LC_LOAD_DYLINKER 32 | |
8 LC_UUID 24 | |
9 LC_VERSION_MIN_MACOSX 16 | |
10 LC_SOURCE_VERSION 16 | |
11 LC_MAIN 24 | |
12 LC_LOAD_DYLIB 88 | |
13 LC_LOAD_DYLIB 88 | |
14 LC_LOAD_DYLIB 56 | |
15 LC_LOAD_DYLIB 72 | |
16 LC_LOAD_DYLIB 56 | |
17 LC_LOAD_DYLIB 72 | |
18 LC_LOAD_DYLIB 80 | |
19 LC_LOAD_DYLIB 72 | |
20 LC_LOAD_DYLIB 72 | |
21 LC_LOAD_DYLIB 72 | |
22 LC_LOAD_DYLIB 72 | |
23 LC_LOAD_DYLIB 88 | |
24 LC_LOAD_DYLIB 88 | |
25 LC_LOAD_DYLIB 56 | |
26 LC_LOAD_DYLIB 56 | |
27 LC_LOAD_DYLIB 72 | |
28 LC_LOAD_DYLIB 48 | |
29 LC_LOAD_DYLIB 104 | |
30 LC_LOAD_DYLIB 104 | |
31 LC_LOAD_DYLIB 96 | |
32 LC_LOAD_DYLIB 96 | |
33 LC_LOAD_DYLIB 56 | |
34 LC_FUNCTION_STARTS 16 | |
35 LC_DATA_IN_CODE 16 | |
0x102dfc080 (sz: 0x3f24/ 0x3f28) | |
0x102d00000 (sz: 0x240ff/ 0xfc080) | |
0x102ffc080 (sz: 0x3f24/ 0x3f28) | |
0x102f00000 (sz: 0xd110/ 0xfc080) | |
0x1017fc080 (sz: 0x3f24/ 0x3f28) | |
0x101700000 (sz: 0x31fb5/ 0xfc080) | |
0x102efc080 (sz: 0x3f24/ 0x3f28) | |
0x102e00000 (sz: 0x5400/ 0xfc080) | |
0x1027f8000 (sz: 0x243e/ 0x7fa0) | |
0x102000000 (sz: 0x241bff/0x7f8000) | |
0x1087f8000 (sz: 0x8d8/ 0x7fa0) | |
0x108000000 (sz: 0x8b5ff/0x7f8000) | |
0x107ff8000 (sz: 0x248e/ 0x7fa0) | |
0x107800000 (sz: 0x246bff/0x7f8000) | |
0x1077f8000 (sz: 0x522/ 0x7fa0) | |
0x107000000 (sz: 0x4fffd/0x7f8000) | |
0x1011fe000 (sz: 0/ 0x1000) | |
--- Load Commands written to Output File --- | |
Writing segment __PAGEZERO @ 0 ( 0/0x100000000 @ 0) | |
Writing segment __TEXT @ 0 (0x1d3000/0x1d3000 @ 0x100000000) | |
Writing segment __DATA @ 0x1d3000 (0x3f7000/0x3f7000 @ 0x1001d3000) | |
section __nl_symbol_ptr at 0x1d3000 - 0x1d3010 (sz: 0x10) | |
section __got at 0x1d3010 - 0x1d32a0 (sz: 0x290) | |
section __la_symbol_ptr at 0x1d32a0 - 0x1d4318 (sz: 0x1078) | |
section __const at 0x1d4320 - 0x1d9c48 (sz: 0x5928) | |
section __cfstring at 0x1d9c48 - 0x1da488 (sz: 0x840) | |
section __objc_classlist at 0x1da488 - 0x1da500 (sz: 0x78) | |
section __objc_catlist at 0x1da500 - 0x1da508 (sz: 0x8) | |
section __objc_protolist at 0x1da508 - 0x1da530 (sz: 0x28) | |
section __objc_imageinfo at 0x1da530 - 0x1da538 (sz: 0x8) | |
section __objc_const at 0x1da538 - 0x1de068 (sz: 0x3b30) | |
section __objc_selrefs at 0x1de068 - 0x1df0f0 (sz: 0x1088) | |
section __objc_classrefs at 0x1df0f0 - 0x1df300 (sz: 0x210) | |
section __objc_superrefs at 0x1df300 - 0x1df360 (sz: 0x60) | |
section __objc_ivar at 0x1df360 - 0x1df548 (sz: 0x1e8) | |
section __objc_data at 0x1df548 - 0x1df9f8 (sz: 0x4b0) | |
section __data at 0x1dfa00 - 0x520afc (sz: 0x3410fc) | |
section __common at 0x520b00 - 0x540021 (sz: 0x1f521) | |
section __bss at 0x540030 - 0x5c9980 (sz: 0x89950) | |
Writing segment __DATA @ 0x5ca000 ( 0/ 0x1000 @ 0x1011fe000) | |
Writing segment __DATA @ 0x5ca000 ( 0x31fb5/ 0xfc000 @ 0x101700000) | |
Writing segment __DATA @ 0x5fc000 ( 0x3fa4/ 0x3fa8 @ 0x1017fc000) | |
Writing segment __DATA @ 0x600000 (0x241bff/0x7f8000 @ 0x102000000) | |
Writing segment __DATA @ 0x842000 ( 0x243e/ 0x7fa0 @ 0x1027f8000) | |
Writing segment __DATA @ 0x845000 ( 0x240ff/ 0xfc000 @ 0x102d00000) | |
Writing segment __DATA @ 0x86a000 ( 0x3fa4/ 0x3fa8 @ 0x102dfc000) | |
Writing segment __DATA @ 0x86e000 ( 0x5400/ 0xfc000 @ 0x102e00000) | |
Writing segment __DATA @ 0x874000 ( 0x3fa4/ 0x3fa8 @ 0x102efc000) | |
Writing segment __DATA @ 0x878000 ( 0xd110/ 0xfc000 @ 0x102f00000) | |
Writing segment __DATA @ 0x886000 ( 0x3fa4/ 0x3fa8 @ 0x102ffc000) | |
Writing segment __DATA @ 0x88a000 ( 0x4fffd/0x7f8000 @ 0x107000000) | |
Writing segment __DATA @ 0x8da000 ( 0x522/ 0x7fa0 @ 0x1077f8000) | |
Writing segment __DATA @ 0x8db000 (0x246bff/0x7f8000 @ 0x107800000) | |
Writing segment __DATA @ 0xb22000 ( 0x248e/ 0x7fa0 @ 0x107ff8000) | |
Writing segment __DATA @ 0xb25000 ( 0x8b5ff/0x7f8000 @ 0x108000000) | |
Writing segment __DATA @ 0xbb1000 ( 0x8d8/ 0x7fa0 @ 0x1087f8000) | |
Writing segment __LINKEDIT @ 0xbb2000 ( 0x649e0/ 0x65000 @ 0x1005ca000) | |
Writing LC_DYLD_INFO_ONLY command | |
Writing LC_SYMTAB command | |
Writing LC_DYSYMTAB command | |
Writing LC_LOAD_DYLINKER command | |
Writing LC_UUID command | |
Writing LC_VERSION_MIN_MACOSX command | |
Writing LC_SOURCE_VERSION command | |
Writing LC_MAIN command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_FUNCTION_STARTS command | |
Writing LC_DATA_IN_CODE command | |
24292 unused bytes follow Mach-O header | |
: paxctl -zex emacs | |
ln -f emacs bootstrap-emacs | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../nextstep all | |
rm -rf /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app | |
rm -rf /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app | |
../build-aux/install-sh -c -d /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../src emacs | |
../build-aux/install-sh -c -d /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app | |
mkdir: /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app: File exists | |
( cd ./Cocoa/Emacs.base ; tar cfh - . ) | \ | |
( cd /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app ; umask 022; tar xf - ) | |
( cd ./Cocoa/Emacs.base ; tar cfh - . ) | \ | |
( cd /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app ; umask 022; tar xf - ) | |
[ "`cd . && /bin/pwd`" = "`/bin/pwd`" ] || \ | |
( cd Cocoa/Emacs.base ; tar cfh - . ) | \ | |
( cd /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app ; umask 022; tar xf - ) | |
[ "`cd . && /bin/pwd`" = "`/bin/pwd`" ] || \ | |
( cd Cocoa/Emacs.base ; tar cfh - . ) | \ | |
( cd /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app ; umask 022; tar xf - ) | |
touch /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app | |
touch /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app | |
make[3]: Circular bootstrap-emacs <- temacs dependency dropped. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript.el | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" | |
make[4]: Nothing to be done for `charscript.el'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.el | |
make[4]: Nothing to be done for `cp51932.el'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.el | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim leim-list.el EMACS="../src/bootstrap-emacs" | |
make[4]: Nothing to be done for `eucjp-ms.el'. | |
make[4]: Nothing to be done for `leim-list.el'. | |
make[4]: Nothing to be done for `all'. | |
../build-aux/install-sh -c -d /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app/Contents/MacOS | |
cp -f ../src/emacs /private/tmp/emacs20151209-86273-al43x2/nextstep/Emacs.app/Contents/MacOS/Emacs | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim all EMACS="../src/emacs" | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/grammars all EMACS="../../src/emacs" | |
GEN ../../lisp/cedet/semantic/bovine/c-by.el | |
GEN ../../lisp/cedet/semantic/bovine/make-by.el | |
../build-aux/install-sh -c -d ../lisp/leim/ja-dic | |
GEN ../lisp/leim/ja-dic/ja-dic.el | |
GEN ../../lisp/cedet/semantic/bovine/scm-by.el | |
Reading file "/private/tmp/emacs20151209-86273-al43x2/leim/SKK-DIC/SKK-JISYO.L" ... | |
../../lisp/emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/cedet/semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
../../lisp/cedet/semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
../../lisp/cedet/semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
Processing OKURI-ARI entries ... | |
Processing POSTFIX entries ... | |
Processing PREFIX entries ... | |
Collecting OKURI-NASI entries ... | |
collected 26% ... | |
collected 30% ... | |
GEN ../../lisp/cedet/semantic/wisent/javat-wy.el | |
GEN ../../lisp/cedet/semantic/wisent/js-wy.el | |
../../lisp/emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/cedet/semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
../../lisp/cedet/semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
GEN ../../lisp/cedet/semantic/wisent/python-wy.el | |
../../lisp/emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/cedet/semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
collected 40% ... | |
*Warning* default value of <<no-type>> tokens changed to QUERY, was NULL_TOKEN | |
*Warning* default value of <<no-type>> tokens changed to TRUE, was QUERY | |
*Warning* default value of <<no-type>> tokens changed to FALSE, was TRUE | |
GEN cus-load.el | |
GEN ../../lisp/cedet/srecode/srt-wy.el | |
Scanning . for custom | |
../../lisp/emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../lisp/cedet/semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
GEN finder-inf.el | |
Scanning . for finder | |
Scanning ./calc for finder | |
Scanning ./calendar for finder | |
collected 50% ... | |
Scanning ./cedet for finder | |
Scanning ./cedet/ede for finder | |
Scanning ./cedet/semantic for finder | |
Scanning ./cedet/semantic/analyze for finder | |
Scanning ./cedet/semantic/bovine for finder | |
Scanning ./cedet/semantic/decorate for finder | |
Scanning ./cedet/semantic/symref for finder | |
Scanning ./cedet/semantic/wisent for finder | |
Scanning ./cedet/srecode for finder | |
Scanning ./emacs-lisp for finder | |
Scanning ./emulation for finder | |
Scanning ./erc for finder | |
Scanning ./calc for custom | |
Scanning ./eshell for finder | |
Scanning ./gnus for finder | |
Scanning ./international for finder | |
Scanning ./language for finder | |
Scanning ./mail for finder | |
Scanning ./mh-e for finder | |
Scanning ./net for finder | |
Scanning ./nxml for finder | |
Scanning ./calendar for custom | |
Scanning ./org for finder | |
Scanning ./play for finder | |
Scanning ./progmodes for finder | |
Scanning ./textmodes for finder | |
Scanning ./cedet for custom | |
Scanning ./url for finder | |
Scanning ./vc for finder | |
Scanning ./cedet/ede for custom | |
Scanning ./cedet/semantic for custom | |
Scanning ./cedet/semantic/analyze for custom | |
Scanning ./cedet/semantic/bovine for custom | |
Scanning ./cedet/semantic/decorate for custom | |
Scanning ./cedet/semantic/symref for custom | |
Scanning ./cedet/semantic/wisent for custom | |
Scanning ./cedet/srecode for custom | |
Scanning ./emacs-lisp for custom | |
Scanning ./emulation for custom | |
Scanning ./erc for custom | |
Scanning ./eshell for custom | |
collected 60% ... | |
Scanning ./gnus for custom | |
Scanning ./international for custom | |
Scanning ./language for custom | |
Scanning ./leim for custom | |
Scanning ./leim/quail for custom | |
Scanning ./mail for custom | |
Scanning ./mh-e for custom | |
Scanning ./net for custom | |
Scanning ./nxml for custom | |
Scanning ./org for custom | |
collected 70% ... | |
Scanning ./play for custom | |
Scanning ./progmodes for custom | |
Scanning ./textmodes for custom | |
Scanning ./url for custom | |
Scanning ./vc for custom | |
Generating ./cus-load.el... | |
Generating ./cus-load.el...done | |
collected 80% ... | |
collected 90% ... | |
Processing OKURI-NASI entries ... | |
processed 10% ... | |
processed 20% ... | |
processed 30% ... | |
processed 40% ... | |
processed 50% ... | |
processed 60% ... | |
processed 70% ... | |
processed 80% ... | |
processed 90% ... | |
processed 100% ... | |
ELC align.elc | |
ELC allout-widgets.elc | |
ELC allout.elc | |
ELC ansi-color.elc | |
ELC apropos.elc | |
ELC arc-mode.elc | |
ELC array.elc | |
ELC autoarg.elc | |
ELC autoinsert.elc | |
ELC autorevert.elc | |
ELC avoid.elc | |
ELC battery.elc | |
ELC bookmark.elc | |
ELC bs.elc | |
ELC calculator.elc | |
ELC cdl.elc | |
ELC character-fold.elc | |
ELC chistory.elc | |
ELC cmuscheme.elc | |
ELC color.elc | |
ELC comint.elc | |
ELC completion.elc | |
ELC cus-dep.elc | |
ELC cus-edit.elc | |
ELC cus-theme.elc | |
ELC dabbrev.elc | |
ELC delim-col.elc | |
ELC delsel.elc | |
ELC descr-text.elc | |
ELC desktop.elc | |
ELC dframe.elc | |
ELC dired-aux.elc | |
ELC dired-x.elc | |
ELC dired.elc | |
ELC dirtrack.elc | |
ELC doc-view.elc | |
In toplevel form: | |
dirtrack.el:183:1:Warning: global/dynamic var ‘dirtrackp’ lacks a prefix | |
ELC dom.elc | |
ELC double.elc | |
ELC ebuff-menu.elc | |
ELC echistory.elc | |
ELC edmacro.elc | |
ELC ehelp.elc | |
ELC elec-pair.elc | |
ELC elide-head.elc | |
ELC emacs-lock.elc | |
In electric-help-execute-extended: | |
ehelp.el:358:10:Warning: ‘execute-extended-command’ is for interactive use | |
only; use ‘command-execute’ instead. | |
ELC epa-dired.elc | |
ELC epa-file.elc | |
ELC epa-mail.elc | |
ELC epa.elc | |
ELC epg-config.elc | |
ELC epg.elc | |
In epa-mail-decrypt: | |
epa-mail.el:75:4:Warning: ‘epa-decrypt-armor-in-region’ is for interactive use | |
only. | |
In epa-mail-verify: | |
epa-mail.el:83:4:Warning: ‘epa-verify-cleartext-in-region’ is for interactive | |
use only. | |
In epa-mail-sign: | |
epa-mail.el:109:10:Warning: ‘epa-sign-region’ is for interactive use only. | |
In epa-mail-encrypt: | |
epa-mail.el:228:12:Warning: ‘epa-encrypt-region’ is for interactive use only. | |
ELC expand.elc | |
ELC ezimage.elc | |
In epa-verify-cleartext-in-region: | |
epa.el:1008:19:Warning: ‘epa-verify-region’ is for interactive use only. | |
ELC face-remap.elc | |
ELC ffap.elc | |
ELC filecache.elc | |
ELC filenotify.elc | |
ELC files-x.elc | |
ELC filesets.elc | |
ELC find-cmd.elc | |
emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC find-dired.elc | |
In ffap-latex-mode: | |
ffap.el:984:63:Warning: assignment to free variable ‘kpsewhich-args’ | |
ffap.el:984:59:Warning: reference to free variable ‘kpsewhich-args’ | |
ELC find-file.elc | |
ELC find-lisp.elc | |
ELC finder.elc | |
ELC flow-ctrl.elc | |
ELC foldout.elc | |
ELC follow.elc | |
ELC format-spec.elc | |
ELC forms.elc | |
ELC frameset.elc | |
ELC generic-x.elc | |
ELC gs.elc | |
ELC help-at-pt.elc | |
ELC help-fns.elc | |
ELC help-macro.elc | |
ELC help-mode.elc | |
ELC hex-util.elc | |
ELC hexl.elc | |
ELC hfy-cmap.elc | |
ELC hi-lock.elc | |
ELC hilit-chg.elc | |
ELC hippie-exp.elc | |
ELC hl-line.elc | |
ELC htmlfontify.elc | |
ELC ibuf-ext.elc | |
ELC ibuf-macs.elc | |
ELC ibuffer.elc | |
ELC icomplete.elc | |
ELC ido.elc | |
ELC ielm.elc | |
ELC iimage.elc | |
cedet/semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
ELC image-dired.elc | |
ELC image-file.elc | |
ELC image-mode.elc | |
In hfy-force-fontification: | |
htmlfontify.el:1820:13:Warning: ‘font-lock-fontify-buffer’ is for interactive | |
use only; use ‘font-lock-ensure’ or ‘font-lock-flush’ instead. | |
ELC imenu.elc | |
ELC info-look.elc | |
ELC info-xref.elc | |
ELC info.elc | |
ELC informat.elc | |
ELC isearchb.elc | |
ELC jka-compr.elc | |
ELC json.elc | |
In toplevel form: | |
isearchb.el:80:1:Warning: Package iswitchb is obsolete! | |
ELC kermit.elc | |
ELC kmacro.elc | |
ELC linum.elc | |
ELC loadhist.elc | |
ELC locate.elc | |
ELC lpr.elc | |
ELC macros.elc | |
ELC makesum.elc | |
ELC man.elc | |
ELC master.elc | |
ELC mb-depth.elc | |
ELC md4.elc | |
ELC midnight.elc | |
ELC minibuf-eldef.elc | |
ELC misc.elc | |
ELC misearch.elc | |
ELC mouse-copy.elc | |
ELC mouse-drag.elc | |
ELC mpc.elc | |
ELC msb.elc | |
ELC notifications.elc | |
ELC novice.elc | |
ELC obarray.elc | |
ELC outline.elc | |
ELC paren.elc | |
ELC password-cache.elc | |
ELC pcmpl-cvs.elc | |
ELC pcmpl-gnu.elc | |
ELC pcmpl-linux.elc | |
ELC pcmpl-rpm.elc | |
ELC pcmpl-unix.elc | |
In pcomplete/tar: | |
pcmpl-gnu.el:162:47:Warning: ‘pcomplete-suffix-list’ is an obsolete variable | |
(as of 24.1). | |
ELC pcmpl-x.elc | |
ELC pcomplete.elc | |
ELC printing.elc | |
ELC proced.elc | |
ELC profiler.elc | |
In pcomplete-here: | |
pcomplete.el:1017:11:Warning: macro ‘pcomplete-here’ defined too late | |
ELC ps-bdf.elc | |
ELC ps-def.elc | |
ELC ps-mule.elc | |
ELC ps-print.elc | |
ELC ps-samp.elc | |
ELC recentf.elc | |
ELC rect.elc | |
ELC repeat.elc | |
ELC reposition.elc | |
ELC reveal.elc | |
ELC rot13.elc | |
ELC ruler-mode.elc | |
ELC savehist.elc | |
ELC saveplace.elc | |
ELC sb-image.elc | |
ELC scroll-all.elc | |
ELC scroll-lock.elc | |
ELC server.elc | |
ELC ses.elc | |
ELC shadowfile.elc | |
ELC shell.elc | |
ELC skeleton.elc | |
ELC sort.elc | |
ELC soundex.elc | |
ELC speedbar.elc | |
ELC strokes.elc | |
ELC t-mouse.elc | |
ELC tabify.elc | |
ELC talk.elc | |
ELC tar-mode.elc | |
ELC tempo.elc | |
ELC term.elc | |
ELC thingatpt.elc | |
ELC thumbs.elc | |
ELC time-stamp.elc | |
ELC time.elc | |
ELC timezone.elc | |
ELC tmm.elc | |
ELC tree-widget.elc | |
ELC tutorial.elc | |
ELC type-break.elc | |
ELC userlock.elc | |
ELC vcursor.elc | |
ELC view.elc | |
ELC vt-control.elc | |
ELC vt100-led.elc | |
ELC wdired.elc | |
ELC whitespace.elc | |
ELC wid-browse.elc | |
ELC wid-edit.elc | |
ELC windmove.elc | |
ELC winner.elc | |
ELC woman.elc | |
ELC xml.elc | |
ELC xt-mouse.elc | |
ELC calc/calc-aent.elc | |
ELC calc/calc-alg.elc | |
ELC calc/calc-arith.elc | |
ELC calc/calc-bin.elc | |
ELC calc/calc-comb.elc | |
ELC calc/calc-cplx.elc | |
ELC calc/calc-embed.elc | |
ELC calc/calc-ext.elc | |
ELC calc/calc-fin.elc | |
ELC calc/calc-forms.elc | |
ELC calc/calc-frac.elc | |
ELC calc/calc-funcs.elc | |
ELC calc/calc-graph.elc | |
ELC calc/calc-help.elc | |
ELC calc/calc-incom.elc | |
ELC calc/calc-keypd.elc | |
ELC calc/calc-lang.elc | |
ELC calc/calc-macs.elc | |
ELC calc/calc-map.elc | |
ELC calc/calc-math.elc | |
ELC calc/calc-menu.elc | |
ELC calc/calc-misc.elc | |
ELC calc/calc-mode.elc | |
ELC calc/calc-mtx.elc | |
ELC calc/calc-nlfit.elc | |
ELC calc/calc-poly.elc | |
ELC calc/calc-prog.elc | |
ELC calc/calc-rewr.elc | |
ELC calc/calc-rules.elc | |
ELC calc/calc-sel.elc | |
ELC calc/calc-stat.elc | |
ELC calc/calc-store.elc | |
ELC calc/calc-stuff.elc | |
ELC calc/calc-trail.elc | |
ELC calc/calc-undo.elc | |
ELC calc/calc-units.elc | |
ELC calc/calc-vec.elc | |
ELC calc/calc-yank.elc | |
ELC calc/calc.elc | |
ELC calc/calcalg2.elc | |
ELC calc/calcalg3.elc | |
ELC calc/calccomp.elc | |
ELC calc/calcsel2.elc | |
ELC calendar/appt.elc | |
ELC calendar/cal-bahai.elc | |
ELC calendar/cal-china.elc | |
ELC calendar/cal-coptic.elc | |
In toplevel form: | |
calendar/appt.el:548:1:Warning: global/dynamic var ‘number’ lacks a prefix | |
ELC calendar/cal-dst.elc | |
In toplevel form: | |
calendar/cal-coptic.el:171:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
ELC calendar/cal-french.elc | |
In toplevel form: | |
calendar/cal-bahai.el:316:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
ELC calendar/cal-hebrew.elc | |
In toplevel form: | |
calendar/cal-china.el:635:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
calendar/cal-china.el:653:1:Warning: global/dynamic var ‘entry’ lacks a prefix | |
ELC calendar/cal-html.elc | |
In toplevel form: | |
calendar/cal-french.el:246:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
ELC calendar/cal-islam.elc | |
ELC calendar/cal-iso.elc | |
In toplevel form: | |
calendar/cal-hebrew.el:751:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
calendar/cal-hebrew.el:759:1:Warning: global/dynamic var ‘entry’ lacks a | |
prefix | |
ELC calendar/cal-julian.elc | |
ELC calendar/cal-mayan.elc | |
In toplevel form: | |
calendar/cal-iso.el:132:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
ELC calendar/cal-menu.elc | |
In toplevel form: | |
calendar/cal-islam.el:308:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
ELC calendar/cal-move.elc | |
In toplevel form: | |
calendar/cal-julian.el:186:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
ELC calendar/cal-persia.elc | |
In toplevel form: | |
calendar/cal-mayan.el:356:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
ELC calendar/cal-tex.elc | |
ELC calendar/cal-x.elc | |
ELC calendar/calendar.elc | |
In toplevel form: | |
calendar/cal-persia.el:199:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
ELC calendar/diary-lib.elc | |
ELC calendar/holidays.elc | |
ELC calendar/icalendar.elc | |
In toplevel form: | |
calendar/diary-lib.el:715:1:Warning: global/dynamic var ‘number’ lacks a | |
prefix | |
ELC calendar/lunar.elc | |
calendar/diary-lib.el:1815:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
calendar/diary-lib.el:1816:1:Warning: global/dynamic var ‘entry’ lacks a | |
prefix | |
ELC calendar/parse-time.elc | |
ELC calendar/solar.elc | |
ELC calendar/time-date.elc | |
In toplevel form: | |
calendar/lunar.el:244:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
ELC calendar/timeclock.elc | |
ELC calendar/todo-mode.elc | |
In encode-time-value: | |
calendar/time-date.el:134:11:Warning: ‘encode-time-value’ is an obsolete | |
function (as of 25.1). | |
In toplevel form: | |
calendar/solar.el:890:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
‘with-decoded-time-value’ is an obsolete macro (as of 25.1). | |
‘with-decoded-time-value’ is an obsolete macro (as of 25.1). | |
‘with-decoded-time-value’ is an obsolete macro (as of 25.1). | |
‘with-decoded-time-value’ is an obsolete macro (as of 25.1). | |
‘with-decoded-time-value’ is an obsolete macro (as of 25.1). | |
‘with-decoded-time-value’ is an obsolete macro (as of 25.1). | |
‘with-decoded-time-value’ is an obsolete macro (as of 25.1). | |
‘with-decoded-time-value’ is an obsolete macro (as of 25.1). | |
‘with-decoded-time-value’ is an obsolete macro (as of 25.1). | |
calendar/time-date.el:260:24:Warning: ‘encode-time-value’ is an obsolete | |
function (as of 25.1). | |
calendar/time-date.el:268:27:Warning: ‘encode-time-value’ is an obsolete | |
function (as of 25.1). | |
ELC cedet/cedet-cscope.elc | |
ELC cedet/cedet-files.elc | |
ELC cedet/cedet-global.elc | |
ELC cedet/cedet-idutils.elc | |
ELC cedet/cedet.elc | |
In todo-convert-legacy-files: | |
calendar/todo-mode.el:4664:24:Warning: looking-back called with 1 argument, | |
but requires 2-3 | |
ELC cedet/data-debug.elc | |
ELC cedet/ede.elc | |
ELC cedet/inversion.elc | |
ELC cedet/mode-local.elc | |
ELC cedet/pulse.elc | |
ELC cedet/semantic.elc | |
../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In describe-mode-local-overload: | |
cedet/mode-local.el:641:42:Warning: reference to free variable | |
‘describe-function-orig-buffer’ | |
ELC cedet/srecode.elc | |
../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ede/source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
ELC cedet/ede/auto.elc | |
../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/ede/autoconf-edit.elc | |
ELC cedet/ede/base.elc | |
In semantic-analyze-completion-at-point-function: | |
cedet/semantic.el:1188:15:Warning: Unknown slot ‘bounds’ | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/ede/config.elc | |
semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
ELC cedet/ede/cpp-root.elc | |
ELC cedet/ede/custom.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In ede-normalize-file/directory: | |
cedet/ede/base.el:631:34:Warning: Unknown slot ‘:file’ | |
cedet/ede/base.el:634:69:Warning: Unknown slot ‘:directory’ | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/ede/detect.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/ede/config.el:164:17:Warning: Unknown slot ‘:directory’ | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
cedet/ede/config.el:260:23:Warning: Unknown slot ‘:debug-command’ | |
cedet/ede/config.el:277:34:Warning: Unknown slot ‘:run-command’ | |
cedet/ede/config.el:308:22:Warning: Unknown slot ‘:build-command’ | |
cedet/ede/config.el:383:17:Warning: Unknown slot ‘:c-preprocessor-files’ | |
cedet/ede/config.el:386:11:Warning: Unknown slot ‘lexical-table’ | |
cedet/ede/config.el:388:5:Warning: Unknown slot ‘:c-preprocessor-table’ | |
In toplevel form: | |
cedet/ede/cpp-root.el:284:13:Warning: Unknown slot ‘:file’ | |
cedet/ede/config.el:413:36:Warning: Unknown slot ‘:classpath’ | |
cedet/ede/cpp-root.el:444:30:Warning: Unknown slot ‘lexical-table’ | |
cedet/ede/cpp-root.el:456:78:Warning: Unknown slot ‘:compile-command’ | |
cedet/ede/cpp-root.el:464:30:Warning: Unknown slot ‘:local-variables’ | |
cedet/ede/cpp-root.el:472:75:Warning: Unknown slot ‘:project’ | |
ELC cedet/ede/dired.elc | |
ELC cedet/ede/emacs.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In ede-detect-qtest: | |
cedet/ede/detect.el:204:49:Warning: ‘eieio-object-name-string’ is an obsolete | |
function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/ede/files.elc | |
ELC cedet/ede/generic.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
In toplevel form: | |
cedet/ede/emacs.el:227:13:Warning: Unknown slot ‘lexical-table’ | |
cedet/ede/emacs.el:227:43:Warning: Unknown slot ‘lexical-table’ | |
In toplevel form: | |
cedet/ede/files.el:123:26:Warning: Unknown slot ‘:directory’ | |
ELC cedet/ede/linux.elc | |
In ede-directory-get-toplevel-open-project: | |
cedet/ede/files.el:211:31:Warning: Unknown slot ‘:directory’ ELC cedet/ede/locate.elc | |
cedet/ede/files.el:207:20:Warning: Unknown slot ‘:directory’ | |
cedet/ede/files.el:231:36:Warning: Unknown slot ‘:directory’ | |
In ede-toplevel-project: | |
cedet/ede/files.el:359:12:Warning: Unknown slot ‘:directory’ | |
cedet/ede/files.el:368:13:Warning: Unknown slot ‘:directory’ | |
ELC cedet/ede/make.elc | |
../semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
ELC cedet/ede/makefile-edit.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/ede/pconf.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
ELC cedet/ede/pmake.elc | |
In toplevel form: | |
cedet/ede/linux.el:309:29:Warning: Unknown slot ‘lexical-table’ | |
ELC cedet/ede/proj-archive.elc | |
ELC cedet/ede/proj-aux.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/ede/proj-comp.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-source-c" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-gcc" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-cc-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-c++" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-g++" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c++-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-g++-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-lex" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-lex-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-yacc" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-yacc-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-f90" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-source-f77" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-f90-compiler-gfortran" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "f90-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-gfortran-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-ld-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-c" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-gcc" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-cc-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-c++" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-g++" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c++-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-g++-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-lex" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-lex-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-yacc" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-yacc-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-f90" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-source-f77" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-f90-compiler-gfortran" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "f90-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-gfortran-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-ld-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-c" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-gcc" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-cc-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-c++" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-g++" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c++-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-g++-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-lex" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-lex-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-yacc" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-yacc-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-f90" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-source-f77" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-f90-compiler-gfortran" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "f90-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-gfortran-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-ld-linker" to constructor ede-linker | |
ELC cedet/ede/proj-elisp.elc | |
In toplevel form: | |
cedet/ede/proj-archive.el:35:1:Warning: Obsolete name arg "ede-archive-linker" | |
to constructor ede-linker | |
In toplevel form: | |
cedet/ede/proj-aux.el:36:1:Warning: Obsolete name arg "ede-aux-source-txt" to | |
constructor ede-sourcecode | |
ELC cedet/ede/proj-info.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/ede/proj-misc.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
ELC cedet/ede/proj-obj.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-source-c" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-gcc" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-cc-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-c++" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-g++" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c++-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-g++-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-lex" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-lex-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-yacc" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-yacc-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-f90" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-source-f77" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-f90-compiler-gfortran" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "f90-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-gfortran-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-ld-linker" to constructor ede-linker | |
In toplevel form: | |
cedet/ede/proj-elisp.el:79:1:Warning: Obsolete name arg "ede-emacs-source" to | |
constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-source-c" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-gcc" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-cc-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-c++" to constructor ede-sourcecode | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
cedet/ede/proj-elisp.el:86:1:Warning: Obsolete name arg "ede-emacs-compiler" | |
to constructor ede-compiler | |
cedet/ede/proj-elisp.el:97:18:Warning: Obsolete name arg | |
"elisp-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-source-c" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-gcc" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-cc-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-c++" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-g++" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c++-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-g++-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-lex" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-lex-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-yacc" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-c-compiler-g++" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "c++-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-g++-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-source-lex" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-lex-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-yacc" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-yacc-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-f90" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-source-f77" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-f90-compiler-gfortran" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "f90-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-gfortran-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-ld-linker" to constructor ede-linker | |
cedet/ede/proj-elisp.el:325:1:Warning: Obsolete name arg | |
"ede-emacs-autogen-compiler" to constructor ede-compiler | |
cedet/ede/proj-elisp.el:336:89:Warning: Obsolete name arg "clean-autoloads" to | |
constructor ede-makefile-rule | |
In toplevel form: | |
cedet/ede/proj-misc.el:51:1:Warning: Obsolete name arg "ede-misc-source" to | |
constructor ede-sourcecode | |
cedet/ede/proj-misc.el:57:1:Warning: Obsolete name arg "ede-misc-compile" to | |
constructor ede-compiler | |
ELC cedet/ede/proj-prog.elc | |
ELC cedet/ede/proj-scheme.elc | |
proj-obj.el: Obsolete name arg "ede-yacc-compiler" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "ede-source-f90" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-source-f77" to constructor ede-sourcecode | |
proj-obj.el: Obsolete name arg "ede-f90-compiler-gfortran" to constructor ede-object-compiler | |
proj-obj.el: Obsolete name arg "f90-inference-rule" to constructor ede-makefile-rule | |
proj-obj.el: Obsolete name arg "ede-gfortran-linker" to constructor ede-linker | |
proj-obj.el: Obsolete name arg "ede-ld-linker" to constructor ede-linker | |
In toplevel form: | |
cedet/ede/proj-info.el:45:1:Warning: Obsolete name arg "ede-makeinfo-source" | |
to constructor ede-sourcecode | |
cedet/ede/proj-info.el:52:1:Warning: Obsolete name arg "ede-makeinfo-compiler" | |
to constructor ede-compiler | |
cedet/ede/proj-info.el:63:1:Warning: Obsolete name arg | |
"ede-texi2html-compiler" to constructor ede-compiler | |
ELC cedet/ede/proj-shared.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
In toplevel form: | |
cedet/ede/proj-obj.el:85:1:Warning: Obsolete name arg "ede-source-c" to | |
constructor ede-sourcecode | |
cedet/ede/proj-obj.el:93:1:Warning: Obsolete name arg "ede-c-compiler-gcc" to | |
constructor ede-object-compiler | |
cedet/ede/proj-obj.el:105:18:Warning: Obsolete name arg "c-inference-rule" to | |
constructor ede-makefile-rule | |
cedet/ede/proj-obj.el:116:1:Warning: Obsolete name arg "ede-cc-linker" to | |
constructor ede-linker | |
cedet/ede/proj-obj.el:126:1:Warning: Obsolete name arg "ede-source-c++" to | |
constructor ede-sourcecode | |
cedet/ede/proj-obj.el:134:1:Warning: Obsolete name arg "ede-c-compiler-g++" to | |
constructor ede-object-compiler | |
cedet/ede/proj-obj.el:147:18:Warning: Obsolete name arg "c++-inference-rule" | |
to constructor ede-makefile-rule | |
cedet/ede/proj-obj.el:158:1:Warning: Obsolete name arg "ede-g++-linker" to | |
constructor ede-linker | |
cedet/ede/proj-obj.el:171:1:Warning: Obsolete name arg "ede-source-lex" to | |
constructor ede-sourcecode | |
cedet/ede/proj-obj.el:178:1:Warning: Obsolete name arg "ede-lex-compiler" to | |
constructor ede-object-compiler | |
cedet/ede/proj-obj.el:187:1:Warning: Obsolete name arg "ede-source-yacc" to | |
constructor ede-sourcecode | |
cedet/ede/proj-obj.el:194:1:Warning: Obsolete name arg "ede-yacc-compiler" to | |
constructor ede-object-compiler | |
cedet/ede/proj-obj.el:205:1:Warning: Obsolete name arg "ede-source-f90" to | |
constructor ede-sourcecode | |
cedet/ede/proj-obj.el:213:1:Warning: Obsolete name arg "ede-source-f77" to | |
constructor ede-sourcecode | |
cedet/ede/proj-obj.el:221:1:Warning: Obsolete name arg | |
"ede-f90-compiler-gfortran" to constructor ede-object-compiler | |
cedet/ede/proj-obj.el:233:18:Warning: Obsolete name arg "f90-inference-rule" | |
to constructor ede-makefile-rule | |
cedet/ede/proj-obj.el:254:1:Warning: Obsolete name arg "ede-gfortran-linker" | |
to constructor ede-linker | |
cedet/ede/proj-obj.el:266:1:Warning: Obsolete name arg "ede-ld-linker" to | |
constructor ede-linker | |
ELC cedet/ede/proj.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/ede/project-am.elc | |
ELC cedet/ede/shell.elc | |
In toplevel form: | |
cedet/ede/proj-shared.el:81:24:Warning: Obsolete name arg | |
"cc-inference-rule-libtool" to constructor ede-makefile-rule | |
cedet/ede/proj-shared.el:128:24:Warning: Obsolete name arg | |
"c++-inference-rule-libtool" to constructor ede-makefile-rule | |
ELC cedet/ede/simple.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
ELC cedet/ede/source.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/ede/shell.el:41:20:Warning: Unknown slot ‘:directory’ | |
In toplevel form: | |
cedet/ede/simple.el:48:15:Warning: Obsolete name arg "simple-overlay" to | |
constructor ede-project-autoload | |
ELC cedet/ede/speedbar.elc | |
ELC cedet/ede/srecode.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/ede/source.el:158:1:Warning: Obsolete name arg "ede-source-scheme" to | |
constructor ede-sourcecode | |
ELC cedet/ede/system.elc | |
../semantic/db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/ede/util.elc | |
In toplevel form: | |
cedet/ede/project-am.el:662:32:Warning: Unknown slot ‘:file’ | |
cedet/ede/project-am.el:697:66:Warning: Unknown slot ‘:source’ | |
cedet/ede/project-am.el:699:16:Warning: Unknown slot ‘:name’ | |
cedet/ede/project-am.el:801:49:Warning: Unknown slot ‘:path’ | |
cedet/ede/project-am.el:809:17:Warning: Unknown slot ‘:include’ | |
In project-am-package-info: | |
cedet/ede/project-am.el:996:31:Warning: Unknown slot ‘:directory’ | |
ELC cedet/semantic/analyze.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/bovine.elc | |
ELC cedet/semantic/chart.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In ede-update-version: | |
cedet/ede/util.el:44:28:Warning: Unknown slot ‘:version’ | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/complete.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
In toplevel form: | |
cedet/semantic/analyze.el:205:18:Warning: Unknown slot ‘:prefix’ | |
cedet/semantic/analyze.el:213:5:Warning: Unknown slot ‘:function’ | |
cedet/semantic/analyze.el:218:5:Warning: Unknown slot ‘:assignee’ | |
ELC cedet/semantic/ctxt.elc | |
In semantic-analyze-current-context-default: | |
cedet/semantic/analyze.el:666:22:Warning: Obsolete name arg "functionargument" | |
to constructor semantic-analyze-context-functionarg | |
cedet/semantic/analyze.el:673:24:Warning: Obsolete name arg "assignment" to | |
constructor semantic-analyze-context-assignment | |
cedet/semantic/analyze.el:698:15:Warning: Obsolete name arg "context" to | |
constructor semantic-analyze-context | |
cedet/semantic/analyze.el:748:13:Warning: Unknown slot ‘:buffer’ | |
cedet/semantic/analyze.el:749:38:Warning: Unknown slot ‘:bounds’ | |
In semantic-chart-analyzer: | |
cedet/semantic/chart.el:155:34:Warning: Unknown slot ‘filestream’ ELC cedet/semantic/db-debug.elc | |
cedet/semantic/chart.el:155:37:Warning: Unknown slot ‘includestream’ | |
cedet/semantic/chart.el:158:31:Warning: Unknown slot ‘fullscope’ | |
cedet/semantic/chart.el:165:41:Warning: Unknown slot ‘localvar’ | |
ELC cedet/semantic/db-ebrowse.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
‘constructor’ is an obsolete generic function (as of 25.1); use ‘make-instance’ instead. | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
In toplevel form: | |
cedet/semantic/complete.el:1286:49:Warning: Unknown slot ‘:table’ | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/db-el.elc | |
In semantic-complete-read-tag-buffer-deep: | |
cedet/semantic/complete.el:1892:43:Warning: Obsolete name arg "simple" to | |
constructor semantic-displayor-traditional-with-focus-highlight | |
In semantic-complete-inline-tag-project: | |
cedet/semantic/complete.el:1947:8:Warning: Obsolete name arg "inline" to | |
constructor semantic-collector-project-brutish | |
In semantic-complete-inline-analyzer: | |
cedet/semantic/complete.el:2038:22:Warning: Obsolete name arg "inline" to | |
constructor semantic-collector-analyze-completions | |
ELC cedet/semantic/db-file.elc | |
ELC cedet/semantic/db-find.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/db-global.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
In toplevel form: | |
cedet/semantic/db-el.el:80:1:Warning: Obsolete name arg "Emacs" to constructor | |
semanticdb-project-database-emacs-lisp | |
Obsolete name arg "Emacs System Table" to constructor semanticdb-table-emacs-lisp | |
In semanticdb-find-incomplete-cache-entries-p: | |
cedet/semantic/db-find.el:366:49:Warning: ‘semanticdb-table-child-p’ is an | |
obsolete function (as of 25.1); use (cl-typep ... 'semanticdb-table) | |
instead | |
In semanticdb-find-translate-path-includes-default: | |
cedet/semantic/db-find.el:407:23:Warning: ‘semanticdb-abstract-table-child-p’ | |
is an obsolete function (as of 25.1); use (cl-typep | |
... 'semanticdb-abstract-table) instead | |
In end of data: | |
cedet/semantic/db-el.el:346:1:Warning: the function | |
‘eieio-all-generic-functions’ is not known to be defined. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/db-javascript.elc | |
In semanticdb-find-results-p: | |
cedet/semantic/db-find.el:912:20:Warning: ‘semanticdb-abstract-table-child-p’ | |
is an obsolete function (as of 25.1); use (cl-typep | |
... 'semanticdb-abstract-table) instead | |
ELC cedet/semantic/db-mode.elc | |
In semanticdb-find-result-with-nil-p: | |
cedet/semantic/db-find.el:942:39:Warning: ‘semanticdb-abstract-table-child-p’ | |
is an obsolete function (as of 25.1); use (cl-typep | |
... 'semanticdb-abstract-table) instead | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/db-ref.elc | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In semanticdb-enable-gnu-global-in-buffer: | |
cedet/semantic/db-global.el:93:8:Warning: Obsolete name arg "global" to | |
constructor semanticdb-project-database-global | |
Obsolete name arg "GNU Global Search Table" to constructor semanticdb-table-global | |
cedet/semantic/db-global.el:194:26:Warning: Unknown slot ‘:hit-text’ | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/db-typecache.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
db-ref.el: Obsolete name arg "DEBUG" to constructor semanticdb-ref-adebug | |
In toplevel form: | |
cedet/semantic/db-ref.el:91:49:Warning: ‘semanticdb-table-child-p’ is an | |
obsolete function (as of 25.1); use (cl-typep ... 'semanticdb-table) | |
instead | |
In semanticdb-ref-test: | |
cedet/semantic/db-ref.el:168:50:Warning: Obsolete name arg "DEBUG" to | |
constructor semanticdb-ref-adebug | |
ELC cedet/semantic/db.elc | |
ELC cedet/semantic/debug.elc | |
In toplevel form: | |
cedet/semantic/db-javascript.el:99:1:Warning: Obsolete name arg "Javascript" | |
to constructor semanticdb-project-database-javascript | |
Obsolete name arg "tmp" to constructor semanticdb-table-javascript | |
ELC cedet/semantic/decorate.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/semantic/db-typecache.el:562:49:Warning: Unknown slot ‘:major-mode’ | |
ELC cedet/semantic/dep.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/semantic/debug.el:171:88:Warning: Unknown slot ‘:source-buffer’ | |
cedet/semantic/debug.el:213:17:Warning: Unknown slot ‘:parser-buffer’ | |
In semantic-debug: | |
cedet/semantic/debug.el:365:28:Warning: Obsolete name arg "Debug Interface" to | |
constructor semantic-debug-interface | |
ELC cedet/semantic/doc.elc | |
ELC cedet/semantic/ede-grammar.elc | |
ELC cedet/semantic/edit.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/find.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/format.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/fw.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/grammar-wy.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/grammar.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/html.elc | |
In toplevel form: | |
cedet/semantic/ede-grammar.el:69:1:Warning: Obsolete name arg | |
"semantic-ede-grammar-source-wisent" to constructor ede-sourcecode | |
cedet/semantic/ede-grammar.el:81:1:Warning: Obsolete name arg | |
"ede-emacs-wisent-compiler" to constructor | |
semantic-ede-grammar-compiler-class | |
cedet/semantic/ede-grammar.el:92:18:Warning: Obsolete name arg | |
"elisp-inference-rule" to constructor ede-makefile-rule | |
cedet/semantic/ede-grammar.el:100:1:Warning: Obsolete name arg | |
"semantic-ede-grammar-source-bovine" to constructor ede-sourcecode | |
cedet/semantic/ede-grammar.el:108:1:Warning: Obsolete name arg | |
"ede-emacs-wisent-compiler" to constructor | |
semantic-ede-grammar-compiler-class | |
cedet/semantic/ede-grammar.el:119:18:Warning: Obsolete name arg | |
"elisp-inference-rule" to constructor ede-makefile-rule../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/ia-sb.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/ia.elc | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
ELC cedet/semantic/idle.elc | |
ELC cedet/semantic/imenu.elc | |
In semantic-analyze-possible-completions-semantic-grammar-mode: | |
cedet/semantic/grammar.el:1923:40:Warning: Unknown slot ‘:prefix’ | |
cedet/semantic/grammar.el:1933:10:Warning: Unknown slot ‘prefixclass’ | |
ELC cedet/semantic/java.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
scope.el: Obsolete name arg "mini" to constructor semantic-scope-cache | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/lex-spp.elc | |
In semantic-idle-local-symbol-highlight-idle-function: | |
cedet/semantic/idle.el:905:38:Warning: Unknown slot ‘bounds’ | |
cedet/semantic/idle.el:906:37:Warning: Unknown slot ‘prefix’ | |
In semantic-idle-breadcrumbs-idle-function: | |
cedet/semantic/idle.el:1189:25:Warning: Unknown slot ‘parents’ | |
ELC cedet/semantic/lex.elc | |
cedet/semantic/idle.el:1189:44:Warning: Unknown slot ‘tag’ | |
ELC cedet/semantic/mru-bookmark.elc | |
ELC cedet/semantic/sb.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/scope.elc | |
In toplevel form: | |
cedet/semantic/mru-bookmark.el:168:1:Warning: Obsolete name arg "Ring" to | |
constructor semantic-bookmark-ring | |
ELC cedet/semantic/senator.elc | |
In semantic-mrub-ring-to-assoc-list: | |
cedet/semantic/mru-bookmark.el:322:36:Warning: Unknown slot ‘:object-name’ | |
ELC cedet/semantic/sort.elc | |
ELC cedet/semantic/symref.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In semantic-analyze-scope-nested-tags-default: | |
cedet/semantic/scope.el:319:23:Warning: Obsolete name arg "mini" to | |
constructor semantic-scope-cache | |
ELC cedet/semantic/tag-file.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In semantic-up-reference-default: | |
cedet/semantic/senator.el:577:23:Warning: Unknown slot ‘parents’ | |
ELC cedet/semantic/tag-ls.elc | |
ELC cedet/semantic/tag-write.elc | |
In semantic-symref-calculate-rootdir: | |
cedet/semantic/symref.el:110:24:Warning: Unknown slot ‘:metasubproject’ | |
cedet/semantic/symref.el:332:20:Warning: Unknown slot ‘:hit-lines’ | |
cedet/semantic/symref.el:365:31:Warning: Unknown slot ‘:searchfor’ | |
cedet/semantic/symref.el:365:31:Warning: Unknown slot ‘:created-by’ | |
cedet/semantic/symref.el:366:48:Warning: Unknown slot ‘:searchtype’ | |
cedet/semantic/symref.el:546:44:Warning: Unknown slot ‘:resulttype’ | |
ELC cedet/semantic/tag.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/texi.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/util-modes.elc | |
ELC cedet/semantic/util.elc | |
ELC cedet/semantic/wisent.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In semantic-something-to-tag-table: | |
cedet/semantic/util.el:113:11:Warning: ‘semanticdb-abstract-table-child-p’ is | |
an obsolete function (as of 25.1); use (cl-typep | |
... 'semanticdb-abstract-table) instead | |
ELC cedet/semantic/analyze/complete.elc | |
ELC cedet/semantic/analyze/debug.elc | |
ELC cedet/semantic/analyze/fcn.elc | |
Obsolete name arg "Context-for-texinfo" to constructor semantic-analyze-context | |
In semantic-analyze-possible-completions-texinfo-mode: | |
cedet/semantic/texi.el:415:17:Warning: Unknown slot ‘:prefix’ | |
cedet/semantic/texi.el:428:64:Warning: Unknown slot ‘:prefixclass’ | |
In end of data: | |
cedet/semantic/texi.el:691:1:Warning: the function ‘semantic-analyze-context’ | |
might not be defined at runtime. | |
ELC cedet/semantic/analyze/refs.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/bovine/c-by.elc | |
In semantic-analyze-possible-completions: | |
cedet/semantic/analyze/complete.el:91:24:Warning: | |
‘semantic-analyze-context-child-p’ is an obsolete function (as of 25.1); | |
use (cl-typep ... 'semantic-analyze-context) instead | |
ELC cedet/semantic/bovine/c.elc | |
In semantic-analyzer-debug-describe-scope: | |
cedet/semantic/analyze/debug.el:478:63:Warning: Unknown slot ‘:scope’ | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/bovine/debug.elc | |
../../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/semantic/analyze/refs.el:106:29:Warning: Unknown slot ‘:tag’ | |
ELC cedet/semantic/bovine/el.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/bovine/gcc.elc | |
../../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In semantic-bovine-debug-create-frame: | |
cedet/semantic/bovine/debug.el:61:52:Warning: Obsolete name arg "frame" to | |
constructor semantic-bovine-debug-frame | |
In semantic-create-bovine-debug-error-frame: | |
cedet/semantic/bovine/debug.el:119:50:Warning: Obsolete name arg "frame" to | |
constructor semantic-bovine-debug-error-frame | |
ELC cedet/semantic/bovine/grammar.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/bovine/make-by.elc | |
ELC cedet/semantic/bovine/make.elc | |
ELC cedet/semantic/bovine/scm-by.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/bovine/scm.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In end of data: | |
cedet/semantic/bovine/scm-by.el:231:1:Warning: the function | |
‘semantic-parse-region’ might not be defined at runtime. | |
ELC cedet/semantic/decorate/include.elc | |
In semantic-analyze-possible-completions-makefile-mode: | |
cedet/semantic/bovine/make.el:200:15:Warning: Unknown slot ‘:prefixclass’ | |
cedet/semantic/bovine/make.el:196:63:Warning: Unknown slot ‘:prefix’ | |
ELC cedet/semantic/decorate/mode.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/symref/cscope.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In semantic-decoration-include-describe: | |
cedet/semantic/decorate/include.el:444:8:Warning: Unknown slot ‘:major-mode’ | |
cedet/semantic/decorate/include.el:447:15:Warning: Unknown slot ‘:tags’ | |
cedet/semantic/decorate/include.el:451:8:Warning: Unknown slot ‘:pointmax’ | |
In semantic-decoration-all-include-summary: | |
cedet/semantic/decorate/include.el:806:58:Warning: ‘eieio-object-name-string’ | |
is an obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
cedet/semantic/decorate/include.el:812:46:Warning: ‘eieio-object-name-string’ | |
is an obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/symref/filter.elc | |
ELC cedet/semantic/symref/global.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/semantic/symref/cscope.el:54:14:Warning: Unknown slot ‘:searchfor’ | |
cedet/semantic/symref/cscope.el:54:45:Warning: Unknown slot ‘:searchtype’ | |
cedet/semantic/symref/cscope.el:55:45:Warning: Unknown slot ‘:resulttype’ | |
cedet/semantic/symref/cscope.el:56:45:Warning: Unknown slot ‘:searchscope’ | |
ELC cedet/semantic/symref/grep.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/semantic/symref/global.el:43:13:Warning: Unknown slot ‘:searchfor’ | |
cedet/semantic/symref/global.el:43:48:Warning: Unknown slot ‘:searchtype’ | |
cedet/semantic/symref/global.el:44:48:Warning: Unknown slot ‘:resulttype’ | |
cedet/semantic/symref/global.el:45:48:Warning: Unknown slot ‘:searchscope’ | |
../../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/symref/idutils.elc | |
ELC cedet/semantic/symref/list.elc | |
In toplevel form: | |
cedet/semantic/symref/grep.el:90:1:Warning: global/dynamic var ‘grepflags’ | |
lacks a prefix | |
cedet/semantic/symref/grep.el:91:1:Warning: global/dynamic var ‘greppattern’ | |
lacks a prefix | |
cedet/semantic/symref/grep.el:143:19:Warning: Unknown slot ‘:searchtype’ | |
cedet/semantic/symref/grep.el:180:68:Warning: Unknown slot ‘:resulttype’ | |
ELC cedet/semantic/wisent/comp.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/semantic/symref/idutils.el:43:13:Warning: Unknown slot ‘:searchfor’ | |
cedet/semantic/symref/idutils.el:43:45:Warning: Unknown slot ‘:searchtype’ | |
cedet/semantic/symref/idutils.el:44:45:Warning: Unknown slot ‘:resulttype’ | |
cedet/semantic/symref/idutils.el:45:45:Warning: Unknown slot ‘:searchscope’ | |
ELC cedet/semantic/wisent/grammar.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In semantic-symref-results-dump: | |
cedet/semantic/symref/list.el:214:24:Warning: Unknown slot ‘:hit-tags’ | |
In semantic-symref-list-create-macro-on-open-hit: | |
cedet/semantic/symref/list.el:408:4:Warning: Unknown slot ‘:searchfor’ | |
cedet/semantic/symref/list.el:408:4:Warning: Unknown slot ‘:created-by’ | |
ELC cedet/semantic/wisent/java-tags.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/wisent/javascript.elc | |
ELC cedet/semantic/wisent/javat-wy.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/wisent/js-wy.elc | |
*Warning* default value of <<no-type>> tokens changed to QUERY, was NULL_TOKEN | |
*Warning* default value of <<no-type>> tokens changed to TRUE, was QUERY | |
*Warning* default value of <<no-type>> tokens changed to FALSE, was TRUE | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
Grammar in javascript.el contains 2 useless nonterminals and 4 useless rules | |
ELC cedet/semantic/wisent/python-wy.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/semantic/wisent/python.elc | |
Grammar in js-wy.el contains 2 useless nonterminals and 4 useless rules | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
Grammar in python-wy.el contains 2 useless nonterminals and 3 useless rules | |
Grammar in python-wy.el contains 4 shift/reduce conflicts | |
ELC cedet/semantic/wisent/wisent.elc | |
Obsolete name arg "include with context" to constructor semanticdb-table | |
ELC cedet/srecode/args.elc | |
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/srecode/compile.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/srecode/cpp.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In srecode-semantic-handle-:project: | |
cedet/srecode/args.el:180:37:Warning: Unknown slot ‘:version’ | |
ELC cedet/srecode/ctxt.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/srecode/compile.el:141:34:Warning: Unknown slot ‘key’ | |
In srecode-compile-template-table: | |
cedet/srecode/compile.el:552:34:Warning: Unknown slot ‘:object-name’ | |
cedet/srecode/compile.el:553:46:Warning: Unknown slot ‘:context’ | |
cedet/srecode/compile.el:601:4:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
cedet/srecode/compile.el:647:4:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
cedet/srecode/compile.el:647:36:Warning: Unknown slot ‘:secondname’ | |
ELC cedet/srecode/dictionary.elc | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
ELC cedet/srecode/document.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
In srecode-semantic-handle-:ctxt: | |
cedet/srecode/ctxt.el:179:9:Warning: Unknown slot ‘object-name’ | |
ELC cedet/srecode/el.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/srecode/dictionary.el:125:35:Warning: Unknown slot ‘:value’ | |
cedet/srecode/dictionary.el:227:18:Warning: Unknown slot ‘:tables’ | |
cedet/srecode/dictionary.el:541:29:Warning: Unknown slot ‘:object-name’ | |
cedet/srecode/dictionary.el:543:22:Warning: Unknown slot ‘prompt’ | |
cedet/srecode/dictionary.el:544:22:Warning: Unknown slot ‘read-fcn’ | |
ELC cedet/srecode/expandproto.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
In srecode-semantic-apply-tag-to-dict-c-mode: | |
cedet/srecode/cpp.el:122:59:Warning: Unknown slot ‘:prime’ | |
ELC cedet/srecode/extract.elc | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
extract.el: Obsolete name arg "state" to constructor srecode-extract-state | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
ELC cedet/srecode/fields.elc | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
In srecode-semantic-apply-tag-to-dict-emacs-lisp-mode: | |
cedet/srecode/el.el:86:54:Warning: Unknown slot ‘:prime’ | |
ELC cedet/srecode/filters.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC cedet/srecode/find.elc | |
ELC cedet/srecode/getset.elc | |
ELC cedet/srecode/insert.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In srecode-extract: | |
cedet/srecode/extract.el:90:46:Warning: Obsolete name arg "state" to | |
constructor srecode-extract-state | |
cedet/srecode/extract.el:163:33:Warning: Unknown slot ‘:object-name’ | |
ELC cedet/srecode/java.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
map.el: Obsolete name arg "SRecode Map" to constructor srecode-map | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In toplevel form: | |
cedet/srecode/find.el:99:53:Warning: Unknown slot ‘:project’ | |
cedet/srecode/find.el:142:22:Warning: Unknown slot ‘:tables’ | |
cedet/srecode/find.el:148:54:Warning: Unknown slot ‘:application’ | |
cedet/srecode/find.el:151:9:Warning: Unknown slot ‘:major-mode’ | |
ELC cedet/srecode/map.elc | |
In srecode-all-template-hash: | |
cedet/srecode/find.el:248:57:Warning: Unknown slot ‘:application’ | |
ELC cedet/srecode/mode.elc | |
In toplevel form: | |
cedet/srecode/insert.el:473:35:Warning: Unknown slot ‘:object-name’ | |
cedet/srecode/insert.el:479:27:Warning: Unknown slot ‘:secondname’ | |
cedet/srecode/insert.el:552:48:Warning: Unknown slot ‘:object-name’ | |
cedet/srecode/insert.el:589:40:Warning: Unknown slot ‘:defaultfcn’ | |
cedet/srecode/insert.el:626:26:Warning: Unknown slot ‘:read-fcn’ | |
ELC cedet/srecode/semantic.elc | |
cedet/srecode/insert.el:808:6:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
cedet/srecode/insert.el:821:17:Warning: Unknown slot ‘:object-name’ | |
cedet/srecode/insert.el:864:53:Warning: Unknown slot ‘:object-name’ | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
cedet/srecode/insert.el:866:25:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
cedet/srecode/insert.el:925:43:Warning: Unknown slot ‘:secondname’ | |
cedet/srecode/insert.el:1059:22:Warning: Unknown slot ‘:object-name’ | |
ELC cedet/srecode/srt-mode.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In srecode-map-update-map: | |
cedet/srecode/map.el:273:18:Warning: Obsolete name arg "SRecode Map" to | |
constructor srecode-map | |
cedet/srecode/map.el:302:10:Warning: Obsolete name arg "SRecode Map" to | |
constructor srecode-map | |
ELC cedet/srecode/srt-wy.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
srt-mode.el: Obsolete name arg "TMP" to constructor srecode-compile-state | |
In srecode-macro-help: | |
cedet/srecode/srt-mode.el:247:45:Warning: Unknown slot ‘key’ | |
In srecode-parse-this-macro: | |
cedet/srecode/srt-mode.el:500:33:Warning: Obsolete name arg "TMP" to | |
constructor srecode-compile-state | |
cedet/srecode/srt-mode.el:505:34:Warning: Unknown slot ‘:object-name’ | |
cedet/srecode/srt-mode.el:508:61:Warning: Unknown slot ‘:secondname’ | |
cedet/srecode/srt-mode.el:508:33:Warning: Unknown slot ‘key’ | |
Obsolete name arg "context-for-srecode" to constructor semantic-analyze-context-functionarg | |
In semantic-analyze-possible-completions-srecode-template-mode: | |
cedet/srecode/srt-mode.el:631:26:Warning: Unknown slot ‘:prefix’ | |
cedet/srecode/srt-mode.el:649:29:Warning: Unknown slot ‘:argument’ | |
ELC cedet/srecode/srt.elc | |
ELC cedet/srecode/table.elc | |
In srecode-minor-mode-templates-menu: | |
cedet/srecode/mode.el:199:40:Warning: Unknown slot ‘:tables’ | |
cedet/srecode/mode.el:242:31:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
In srecode-edit: | |
cedet/srecode/mode.el:344:52:Warning: Unknown slot ‘:table’ | |
cedet/srecode/mode.el:325:10:Warning: Unknown slot ‘:file’ | |
cedet/srecode/mode.el:325:30:Warning: Unknown slot ‘:object-name’ | |
cedet/srecode/mode.el:339:26:Warning: Unknown slot ‘:context’ | |
ELC cedet/srecode/template.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In srecode-mode-table-new: | |
cedet/srecode/table.el:203:49:Warning: Unknown slot ‘:priority’ | |
cedet/srecode/table.el:204:51:Warning: Unknown slot ‘:priority’ | |
cedet/srecode/table.el:242:4:Warning: Unknown slot ‘:major-mode’ | |
cedet/srecode/table.el:243:4:Warning: Unknown slot ‘:tables’ | |
cedet/srecode/table.el:255:4:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
cedet/srecode/table.el:257:4:Warning: Unknown slot ‘:priority’ | |
cedet/srecode/table.el:257:20:Warning: Unknown slot ‘:application’ | |
cedet/srecode/table.el:260:22:Warning: Unknown slot ‘:framework’ | |
cedet/srecode/table.el:263:22:Warning: Unknown slot ‘:project’ | |
ELC cedet/srecode/texi.elc | |
In toplevel form: | |
cedet/srecode/semantic.el:66:8:Warning: Unknown slot ‘:prime’ | |
In srecode-semantic-apply-tag-to-dict-default: | |
cedet/srecode/semantic.el:106:44:Warning: Unknown slot ‘:prime’ | |
ELC emacs-lisp/advice.elc | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC emacs-lisp/avl-tree.elc | |
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC emacs-lisp/benchmark.elc | |
ELC emacs-lisp/bindat.elc | |
ELC emacs-lisp/chart.elc | |
ELC emacs-lisp/check-declare.elc | |
ELC emacs-lisp/checkdoc.elc | |
eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC emacs-lisp/cl-extra.elc | |
In chart-new-buffer: | |
emacs-lisp/chart.el:130:44:Warning: Unknown slot ‘title’ | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
ELC emacs-lisp/cl-indent.elc | |
ELC emacs-lisp/cl-lib.elc | |
ELC emacs-lisp/cl-macs.elc | |
ELC emacs-lisp/cl-seq.elc | |
In srecode-semantic-handle-:texitag: | |
cedet/srecode/texi.el:156:8:Warning: Unknown slot ‘:prime’ | |
ELC emacs-lisp/cl.elc | |
ELC emacs-lisp/copyright.elc | |
ELC emacs-lisp/crm.elc | |
ELC emacs-lisp/cursor-sensor.elc | |
ELC emacs-lisp/debug.elc | |
ELC emacs-lisp/derived.elc | |
ELC emacs-lisp/disass.elc | |
ELC emacs-lisp/easy-mmode.elc | |
ELC emacs-lisp/easymenu.elc | |
ELC emacs-lisp/edebug.elc | |
ELC emacs-lisp/eieio-base.elc | |
ELC emacs-lisp/eieio-compat.elc | |
ELC emacs-lisp/eieio-core.elc | |
eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC emacs-lisp/eieio-custom.elc | |
ELC emacs-lisp/eieio-datadebug.elc | |
ELC emacs-lisp/eieio-opt.elc | |
ELC emacs-lisp/eieio-speedbar.elc | |
eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In data-debug-insert-object-button: | |
emacs-lisp/eieio-datadebug.el:64:16:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
emacs-lisp/eieio-datadebug.el:90:6:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
ELC emacs-lisp/eieio.elc | |
In eieio-object-value-create: | |
emacs-lisp/eieio-custom.el:202:41:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
emacs-lisp/eieio-custom.el:469:14:Warning: Unknown slot ‘name’ | |
eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
ELC emacs-lisp/elint.elc | |
eieio.el: ‘eieio-object-name-string’ is an obsolete generic function (as of 25.1); use ‘eieio-named’ instead. | |
In eieio-help-constructor: | |
emacs-lisp/eieio-opt.el:154:65:Warning: ‘eieio-help-class’ is an obsolete | |
function (as of 25.1); use ‘cl--describe-class’ instead. | |
ELC emacs-lisp/elp.elc | |
In toplevel form: | |
emacs-lisp/eieio-speedbar.el:199:43:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
emacs-lisp/eieio-speedbar.el:207:49:Warning: ‘eieio-object-name-string’ is an | |
obsolete function (as of 25.1); use ‘eieio-named’ instead. | |
ELC emacs-lisp/ert-x.elc | |
ELC emacs-lisp/ert.elc | |
ELC emacs-lisp/ewoc.elc | |
ELC emacs-lisp/find-func.elc | |
ELC emacs-lisp/generator.elc | |
ELC emacs-lisp/generic.elc | |
In toplevel form: | |
emacs-lisp/ewoc.el:501:1:Warning: Unused lexical variable ‘dll’ | |
ELC emacs-lisp/gv.elc | |
ELC emacs-lisp/helper.elc | |
ELC emacs-lisp/inline.elc | |
ELC emacs-lisp/let-alist.elc | |
ELC emacs-lisp/lisp-mnt.elc | |
ELC emacs-lisp/map.elc | |
ELC emacs-lisp/package-x.elc | |
ELC emacs-lisp/package.elc | |
ELC emacs-lisp/pcase.elc | |
ELC emacs-lisp/pp.elc | |
In pcase--mutually-exclusive-p: | |
emacs-lisp/pcase.el:501:8:Warning: function pcase--mutually-exclusive-p used | |
to take 0+ arguments, now takes 2 | |
ELC emacs-lisp/re-builder.elc | |
ELC emacs-lisp/regi.elc | |
ELC emacs-lisp/ring.elc | |
ELC emacs-lisp/rx.elc | |
ELC emacs-lisp/seq.elc | |
ELC emacs-lisp/shadow.elc | |
In end of data: | |
emacs-lisp/package.el:3411:1:Warning: the function | |
‘url-insert-buffer-contents’ is not known to be defined. | |
ELC emacs-lisp/smie.elc | |
ELC emacs-lisp/subr-x.elc | |
ELC emacs-lisp/tcover-ses.elc | |
ELC emacs-lisp/tcover-unsafep.elc | |
ELC emacs-lisp/testcover.elc | |
ELC emacs-lisp/thunk.elc | |
ELC emacs-lisp/tq.elc | |
ELC emacs-lisp/trace.elc | |
ELC emacs-lisp/unsafep.elc | |
ELC emacs-lisp/warnings.elc | |
ELC emulation/cua-base.elc | |
ELC emulation/cua-gmrk.elc | |
ELC emulation/cua-rect.elc | |
ELC emulation/edt-lk201.elc | |
ELC emulation/edt-mapper.elc | |
ELC emulation/edt-pc.elc | |
ELC emulation/edt-vt100.elc | |
ELC emulation/edt.elc | |
ELC emulation/keypad.elc | |
ELC emulation/viper-cmd.elc | |
ELC emulation/viper-ex.elc | |
ELC emulation/viper-init.elc | |
In ex-cmd-read-exit: | |
emulation/viper-ex.el:551:13:Warning: looking-back called with 1 argument, but | |
requires 2-3 | |
emulation/viper-ex.el:553:13:Warning: looking-back called with 1 argument, but | |
requires 2-3 | |
emulation/viper-ex.el:552:26:Warning: looking-back called with 1 argument, but | |
requires 2-3 | |
ELC emulation/viper-keym.elc | |
In ex-tag: | |
emulation/viper-ex.el:2014:6:Warning: ‘find-tag’ is an obsolete function (as | |
of 25.1); use ‘xref-find-definitions’ instead. | |
emulation/viper-ex.el:2018:36:Warning: ‘find-tag-other-window’ is an obsolete | |
function (as of 25.1); use ‘xref-find-definitions-other-window’ instead. | |
ELC emulation/viper-macs.elc | |
ELC emulation/viper-mous.elc | |
ELC emulation/viper-util.elc | |
ELC emulation/viper.elc | |
ELC erc/erc-autoaway.elc | |
ELC erc/erc-backend.elc | |
ELC erc/erc-button.elc | |
ELC erc/erc-capab.elc | |
ELC erc/erc-compat.elc | |
ELC erc/erc-dcc.elc | |
ELC erc/erc-desktop-notifications.elc | |
ELC erc/erc-ezbounce.elc | |
ELC erc/erc-fill.elc | |
ELC erc/erc-goodies.elc | |
ELC erc/erc-ibuffer.elc | |
ELC erc/erc-identd.elc | |
ELC erc/erc-imenu.elc | |
ELC erc/erc-join.elc | |
ELC erc/erc-lang.elc | |
ELC erc/erc-list.elc | |
ELC erc/erc-log.elc | |
ELC erc/erc-match.elc | |
ELC erc/erc-menu.elc | |
ELC erc/erc-netsplit.elc | |
ELC erc/erc-networks.elc | |
ELC erc/erc-notify.elc | |
ELC erc/erc-page.elc | |
ELC erc/erc-pcomplete.elc | |
ELC erc/erc-replace.elc | |
ELC erc/erc-ring.elc | |
ELC erc/erc-services.elc | |
ELC erc/erc-sound.elc | |
ELC erc/erc-speedbar.elc | |
ELC erc/erc-spelling.elc | |
ELC erc/erc-stamp.elc | |
ELC erc/erc-track.elc | |
ELC erc/erc-truncate.elc | |
ELC erc/erc-xdcc.elc | |
ELC erc/erc.elc | |
ELC eshell/em-alias.elc | |
ELC eshell/em-banner.elc | |
ELC eshell/em-basic.elc | |
In toplevel form: | |
eshell/em-alias.el:217:1:Warning: Unused lexical argument ‘args’ | |
ELC eshell/em-cmpl.elc | |
ELC eshell/em-dirs.elc | |
In eshell-cmpl-initialize: | |
eshell/em-cmpl.el:271:8:Warning: ‘pcomplete-suffix-list’ is an obsolete | |
variable (as of 24.1). | |
ELC eshell/em-glob.elc | |
ELC eshell/em-hist.elc | |
In toplevel form: | |
eshell/em-dirs.el:186:1:Warning: Unused lexical argument ‘args’ | |
eshell/em-dirs.el:303:1:Warning: Unused lexical argument ‘args’ | |
ELC eshell/em-ls.elc | |
ELC eshell/em-pred.elc | |
In erc-send-input: | |
erc/erc.el:5401:27:Warning: global/dynamic var ‘str’ lacks a prefix | |
ELC eshell/em-prompt.elc | |
ELC eshell/em-rebind.elc | |
ELC eshell/em-script.elc | |
ELC eshell/em-smart.elc | |
ELC eshell/em-term.elc | |
In eshell-delete-backward-char: | |
eshell/em-rebind.el:225:49:Warning: ‘delete-backward-char’ is for interactive | |
use only; use ‘delete-char’ instead. | |
ELC eshell/em-tramp.elc | |
In toplevel form: | |
eshell/em-script.el:60:1:Warning: Unused lexical argument ‘args’ | |
ELC eshell/em-unix.elc | |
ELC eshell/em-xtra.elc | |
ELC eshell/esh-arg.elc | |
In end of data: | |
eshell/em-xtra.el:130:1:Warning: the following functions might not be defined | |
at runtime: pcomplete-arg, pcomplete--here, pcomplete-opt | |
ELC eshell/esh-cmd.elc | |
ELC eshell/esh-ext.elc | |
In toplevel form: | |
eshell/em-unix.el:933:1:Warning: Unused lexical variable ‘args’ | |
eshell/em-unix.el:963:1:Warning: Unused lexical argument ‘args’ | |
ELC eshell/esh-io.elc | |
In toplevel form: | |
eshell/em-tramp.el:97:1:Warning: Unused lexical variable ‘args’ | |
In end of data: | |
eshell/em-tramp.el:146:1:Warning: the following functions might not be defined | |
at runtime: eshell--do-opts, eshell-named-command | |
ELC eshell/esh-mode.elc | |
In end of data: | |
eshell/esh-ext.el:335:1:Warning: the following functions might not be defined | |
at runtime: eshell-quote-argument, eshell-output-object, | |
eshell-gather-process-output | |
ELC eshell/esh-module.elc | |
In toplevel form: | |
eshell/esh-io.el:325:1:Warning: Unused lexical variable ‘gui-select-enable-clipboard’ | |
ELC eshell/esh-opt.elc | |
ELC eshell/esh-proc.elc | |
In eshell-find-tag: | |
eshell/esh-mode.el:491:15:Warning: ‘find-tag’ is an obsolete function (as of | |
25.1); use ‘xref-find-definitions’ instead. | |
ELC eshell/esh-util.elc | |
ELC eshell/esh-var.elc | |
ELC eshell/eshell.elc | |
In toplevel form: | |
eshell/esh-proc.el:161:1:Warning: Unused lexical argument ‘args’ | |
ELC gnus/auth-source.elc | |
ELC gnus/canlock.elc | |
In toplevel form: | |
eshell/esh-var.el:346:1:Warning: Unused lexical variable ‘args’ | |
ELC gnus/compface.elc | |
ELC gnus/deuglify.elc | |
ELC gnus/ecomplete.elc | |
ELC gnus/flow-fill.elc | |
ELC gnus/gmm-utils.elc | |
ELC gnus/gnus-agent.elc | |
ELC gnus/gnus-art.elc | |
ELC gnus/gnus-async.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-bcklg.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-bookmark.elc | |
ELC gnus/gnus-cache.elc | |
ELC gnus/gnus-cite.elc | |
ELC gnus/gnus-cloud.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-cus.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-delay.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-demon.elc | |
In gnus-message-citation-mode: | |
gnus/gnus-cite.el:1239:17:Warning: ‘font-lock-fontify-buffer’ is for | |
interactive use only; use ‘font-lock-ensure’ or ‘font-lock-flush’ instead. | |
ELC gnus/gnus-diary.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-dired.elc | |
ELC gnus/gnus-draft.elc | |
ELC gnus/gnus-dup.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-eform.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-ems.elc | |
ELC gnus/gnus-fun.elc | |
ELC gnus/gnus-gravatar.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-group.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-html.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-icalendar.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-int.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
In gnus-group-update-eval-form: | |
gnus/gnus-group.el:1637:4:Warning: global/dynamic var ‘ticked’ lacks a prefix | |
gnus/gnus-group.el:1637:23:Warning: global/dynamic var ‘score’ lacks a prefix | |
gnus/gnus-group.el:1637:39:Warning: global/dynamic var ‘level’ lacks a prefix | |
gnus/gnus-group.el:1637:54:Warning: global/dynamic var ‘mailp’ lacks a prefix | |
gnus/gnus-group.el:1638:4:Warning: global/dynamic var ‘total’ lacks a prefix | |
gnus/gnus-group.el:1638:19:Warning: global/dynamic var ‘unread’ lacks a prefix | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-kill.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-logic.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-mh.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
ELC gnus/gnus-ml.elc | |
ELC gnus/gnus-mlspl.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-msg.elc | |
No MH variant found on the system | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-notifications.elc | |
ELC gnus/gnus-picon.elc | |
ELC gnus/gnus-range.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-registry.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-salt.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-score.elc | |
ELC gnus/gnus-sieve.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-spec.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-srvr.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-start.elc | |
ELC gnus/gnus-sum.elc | |
ELC gnus/gnus-sync.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-topic.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-undo.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gnus-util.elc | |
ELC gnus/gnus-uu.elc | |
ELC gnus/gnus-vm.elc | |
ELC gnus/gnus-win.elc | |
ELC gnus/gnus.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gravatar.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/gssapi.elc | |
ELC gnus/html2text.elc | |
ELC gnus/ietf-drums.elc | |
ELC gnus/legacy-gnus-agent.elc | |
ELC gnus/mail-parse.elc | |
ELC gnus/mail-prsvr.elc | |
ELC gnus/mail-source.elc | |
ELC gnus/mailcap.elc | |
ELC gnus/message.elc | |
ELC gnus/messcompat.elc | |
ELC gnus/mm-archive.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
In toplevel form: | |
gnus/message.el:1913:1:Warning: ‘make-variable-buffer-local’ not called at | |
toplevel | |
ELC gnus/mm-bodies.elc | |
ELC gnus/mm-decode.elc | |
gnus/message.el:6045:1:Warning: global/dynamic var ‘Date’ lacks a prefix | |
gnus/message.el:6047:1:Warning: global/dynamic var ‘Organization’ lacks a | |
prefix | |
gnus/message.el:6048:1:Warning: global/dynamic var ‘From’ lacks a prefix | |
gnus/message.el:6049:1:Warning: global/dynamic var ‘Path’ lacks a prefix | |
gnus/message.el:6050:1:Warning: global/dynamic var ‘Subject’ lacks a prefix | |
gnus/message.el:6051:1:Warning: global/dynamic var ‘Newsgroups’ lacks a prefix | |
gnus/message.el:6053:1:Warning: global/dynamic var ‘References’ lacks a prefix | |
gnus/message.el:6054:1:Warning: global/dynamic var ‘To’ lacks a prefix | |
gnus/message.el:6055:1:Warning: global/dynamic var ‘Distribution’ lacks a | |
prefix | |
gnus/message.el:6056:1:Warning: global/dynamic var ‘Lines’ lacks a prefix | |
gnus/message.el:6058:1:Warning: global/dynamic var ‘Expires’ lacks a prefix | |
ELC gnus/mm-encode.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
In end of data: | |
gnus/message.el:8601:1:Warning: the following functions might not be defined | |
at runtime: mm-enable-multibyte, mm-coding-system-p, | |
mm-read-coding-system, gnus-format-message, gnus-message, gnus-y-or-n-p, | |
mm-multibyte-p, gnus-multiple-choice, mm-disable-multibyte, | |
mm-string-to-multibyte, mm-delete-duplicates, mm-multibyte-string-p, | |
gnus-replace-in-string | |
ELC gnus/mm-extern.elc | |
In end of data: | |
gnus/mm-decode.el:1933:1:Warning: the function ‘gnus-format-message’ is not | |
known to be defined. | |
ELC gnus/mm-partial.elc | |
ELC gnus/mm-url.elc | |
ELC gnus/mm-util.elc | |
ELC gnus/mm-uu.elc | |
ELC gnus/mm-view.elc | |
ELC gnus/mml-sec.elc | |
ELC gnus/mml-smime.elc | |
In mm-display-inline-fontify: | |
gnus/mm-view.el:528:18:Warning: ‘font-lock-fontify-buffer’ is for interactive | |
use only; use ‘font-lock-ensure’ or ‘font-lock-flush’ instead. | |
ELC gnus/mml.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
In toplevel form: | |
gnus/mm-uu.el:339:1:Warning: global/dynamic var ‘entry’ lacks a prefix | |
ELC gnus/mml1991.elc | |
In end of data: | |
gnus/mml-smime.el:601:1:Warning: the function ‘gnus-format-message’ is not | |
known to be defined. | |
ELC gnus/mml2015.elc | |
ELC gnus/nnagent.elc | |
ELC gnus/nnbabyl.elc | |
mml2015.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
In mml1991-pgg-sign: | |
gnus/mml1991.el:194:8:Warning: ‘mm-with-unibyte-current-buffer’ is an obsolete | |
macro (as of 25.1). | |
In mml1991-epg-sign: | |
gnus/mml1991.el:363:33:Warning: ‘mm-with-unibyte-current-buffer’ is an | |
obsolete macro (as of 25.1). | |
ELC gnus/nndiary.elc | |
In mml2015-mailcrypt-encrypt: | |
gnus/mml2015.el:476:14:Warning: ‘mm-with-unibyte-current-buffer’ is an | |
obsolete macro (as of 25.1). | |
ELC gnus/nndir.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/nndoc.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/nndraft.elc | |
ELC gnus/nneething.elc | |
ELC gnus/nnfolder.elc | |
ELC gnus/nngateway.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/nnheader.elc | |
ELC gnus/nnimap.elc | |
ELC gnus/nnir.elc | |
ELC gnus/nnmail.elc | |
ELC gnus/nnmaildir.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
In nnmail-fancy-expiry-target: | |
gnus/nnmail.el:1962:31:Warning: ‘rmail-dont-reply-to-names’ is an obsolete | |
variable (as of 24.1); use ‘mail-dont-reply-to-names’ instead. | |
ELC gnus/nnmairix.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/nnmbox.elc | |
ELC gnus/nnmh.elc | |
In nnmaildir-close-server: | |
gnus/nnmaildir.el:1781:42:Warning: global/dynamic var ‘flist’ lacks a prefix | |
gnus/nnmaildir.el:1782:4:Warning: global/dynamic var ‘ls’ lacks a prefix | |
gnus/nnmaildir.el:1782:19:Warning: global/dynamic var ‘dirs’ lacks a prefix | |
gnus/nnmaildir.el:1782:31:Warning: global/dynamic var ‘dir’ lacks a prefix | |
gnus/nnmaildir.el:1782:45:Warning: global/dynamic var ‘files’ lacks a prefix | |
gnus/nnmaildir.el:1783:4:Warning: global/dynamic var ‘file’ lacks a prefix | |
gnus/nnmaildir.el:1783:19:Warning: global/dynamic var ‘x’ lacks a prefix | |
ELC gnus/nnml.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/nnnil.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/nnoo.elc | |
ELC gnus/nnregistry.elc | |
ELC gnus/nnrss.elc | |
ELC gnus/nnspool.elc | |
ELC gnus/nntp.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
In nnrss-insert: | |
gnus/nnrss.el:590:22:Warning: ‘mm-with-unibyte-current-buffer’ is an obsolete | |
macro (as of 25.1). | |
In nnspool-request-post: | |
gnus/nnspool.el:348:37:Warning: ‘mm-with-unibyte-current-buffer’ is an | |
obsolete macro (as of 25.1). | |
ELC gnus/nnvirtual.elc | |
ELC gnus/nnweb.elc | |
ELC gnus/plstore.elc | |
ELC gnus/pop3.elc | |
In plstore--insert-buffer: | |
gnus/plstore.el:419:14:Warning: ‘epg-context-set-armor’ is an obsolete | |
function (as of 25.1); use ‘setf’ instead. | |
ELC gnus/qp.elc | |
ELC gnus/registry.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/rfc1843.elc | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
In toplevel form: | |
gnus/registry.el:186:18:Warning: Unknown slot ‘:tracker’ | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead. | |
‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead. | |
ELC gnus/rfc2045.elc | |
ELC gnus/rfc2047.elc | |
In nnweb-retrieve-headers: | |
gnus/nnweb.el:107:22:Warning: ‘mm-with-unibyte-current-buffer’ is an obsolete | |
macro (as of 25.1). | |
In nnweb-request-article: | |
gnus/nnweb.el:157:39:Warning: ‘mm-with-unibyte-current-buffer’ is an obsolete | |
macro (as of 25.1). | |
gnus/nnweb.el:166:45:Warning: ‘mm-with-unibyte-current-buffer’ is an obsolete | |
macro (as of 25.1). | |
In nnweb-google-reference: | |
gnus/nnweb.el:390:42:Warning: ‘mm-with-unibyte-current-buffer’ is an obsolete | |
macro (as of 25.1). | |
ELC gnus/rfc2231.elc | |
ELC gnus/rtree.elc | |
ELC gnus/score-mode.elc | |
ELC gnus/sieve-manage.elc | |
ELC gnus/sieve-mode.elc | |
ELC gnus/sieve.elc | |
ELC gnus/smiley.elc | |
In end of data: | |
gnus/sieve-manage.el:577:1:Warning: the following functions might not be | |
defined at runtime: sasl-make-client, sasl-next-step, sasl-step-data, | |
sasl-step-set-data | |
ELC gnus/smime.elc | |
ELC gnus/spam-report.elc | |
ELC gnus/spam-stat.elc | |
ELC gnus/spam-wash.elc | |
ELC gnus/spam.elc | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
utf7.el: ‘mm-with-unibyte-current-buffer’ is an obsolete macro (as of 25.1). | |
ELC gnus/starttls.elc | |
ELC gnus/utf7.elc | |
ELC gnus/yenc.elc | |
ELC international/ccl.elc | |
In utf7-fragment-encode: | |
gnus/utf7.el:123:43:Warning: ‘mm-with-unibyte-current-buffer’ is an obsolete | |
macro (as of 25.1). | |
ELC international/isearch-x.elc | |
ELC international/iso-ascii.elc | |
ELC international/iso-cvt.elc | |
ELC international/iso-transl.elc | |
ELC international/ja-dic-cnv.elc | |
ELC international/ja-dic-utl.elc | |
ELC international/kinsoku.elc | |
ELC international/kkc.elc | |
ELC international/latexenc.elc | |
ELC international/latin1-disp.elc | |
ELC international/mule-diag.elc | |
ELC international/mule-util.elc | |
ELC international/ogonek.elc | |
ELC international/quail.elc | |
ELC international/robin.elc | |
ELC international/titdic-cnv.elc | |
ELC international/ucs-normalize.elc | |
ELC international/utf-7.elc | |
ELC language/china-util.elc | |
ELC language/cyril-util.elc | |
ELC language/ethio-util.elc | |
ELC language/hanja-util.elc | |
ELC language/ind-util.elc | |
ELC language/japan-util.elc | |
ELC language/korea-util.elc | |
ELC language/lao-util.elc | |
ELC language/thai-util.elc | |
ELC language/thai-word.elc | |
ELC language/tibet-util.elc | |
ELC language/tv-util.elc | |
ELC language/viet-util.elc | |
ELC leim/ja-dic/ja-dic.elc | |
ELC leim/quail/4Corner.elc | |
ELC leim/quail/ARRAY30.elc | |
ELC leim/quail/CCDOSPY.elc | |
ELC leim/quail/CTLau-b5.elc | |
ELC leim/quail/CTLau.elc | |
ELC leim/quail/ECDICT.elc | |
ELC leim/quail/ETZY.elc | |
10000 entries | |
ELC leim/quail/PY-b5.elc | |
ELC leim/quail/PY.elc | |
20000 entries | |
ELC leim/quail/Punct-b5.elc | |
ELC leim/quail/Punct.elc | |
ELC leim/quail/QJ-b5.elc | |
30000 entries | |
ELC leim/quail/QJ.elc | |
ELC leim/quail/SW.elc | |
ELC leim/quail/TONEPY.elc | |
40000 entries | |
ELC leim/quail/ZIRANMA.elc | |
ELC leim/quail/ZOZY.elc | |
50000 entries | |
ELC leim/quail/arabic.elc | |
60000 entries | |
ELC leim/quail/croatian.elc | |
ELC leim/quail/cyril-jis.elc | |
ELC leim/quail/cyrillic.elc | |
ELC leim/quail/czech.elc | |
ELC leim/quail/ethiopic.elc | |
ELC leim/quail/georgian.elc | |
ELC leim/quail/greek.elc | |
ELC leim/quail/hangul.elc | |
ELC leim/quail/hanja-jis.elc | |
ELC leim/quail/hanja.elc | |
ELC leim/quail/hanja3.elc | |
ELC leim/quail/hebrew.elc | |
ELC leim/quail/indian.elc | |
ELC leim/quail/ipa-praat.elc | |
ELC leim/quail/ipa.elc | |
ELC leim/quail/japanese.elc | |
ELC leim/quail/lao.elc | |
ELC leim/quail/latin-alt.elc | |
ELC leim/quail/latin-ltx.elc | |
ELC leim/quail/latin-post.elc | |
ELC leim/quail/latin-pre.elc | |
ELC leim/quail/lrt.elc | |
Loading /private/tmp/emacs20151209-86273-al43x2/lisp/international/uni-name.el (source)... | |
ELC leim/quail/persian.elc | |
ELC leim/quail/py-punct.elc | |
ELC leim/quail/pypunct-b5.elc | |
ELC leim/quail/quick-b5.elc | |
ELC leim/quail/quick-cns.elc | |
ELC leim/quail/rfc1345.elc | |
ELC leim/quail/sgml-input.elc | |
ELC leim/quail/sisheng.elc | |
ELC leim/quail/slovak.elc | |
ELC leim/quail/symbol-ksc.elc | |
ELC leim/quail/tamil-dvorak.elc | |
ELC leim/quail/thai.elc | |
ELC leim/quail/tibetan.elc | |
ELC leim/quail/tsang-b5.elc | |
ELC leim/quail/tsang-cns.elc | |
ELC leim/quail/uni-input.elc | |
ELC leim/quail/viqr.elc | |
ELC leim/quail/vntelex.elc | |
ELC leim/quail/vnvni.elc | |
ELC leim/quail/welsh.elc | |
ELC mail/binhex.elc | |
ELC mail/emacsbug.elc | |
ELC mail/feedmail.elc | |
ELC mail/footnote.elc | |
latin-ltx: 1533 rules (+ 0 conflicts)! | |
ELC mail/hashcash.elc | |
ELC mail/mail-extr.elc | |
ELC mail/mail-hist.elc | |
ELC mail/mail-utils.elc | |
ELC mail/mailabbrev.elc | |
ELC mail/mailalias.elc | |
ELC mail/mailclient.elc | |
ELC mail/mailheader.elc | |
In toplevel form: | |
mail/mailheader.el:102:1:Warning: global/dynamic var ‘headers’ lacks a prefix | |
ELC mail/metamail.elc | |
ELC mail/mspools.elc | |
In toplevel form: | |
mail/mailalias.el:55:1:Warning: global/dynamic var ‘pattern’ lacks a prefix | |
ELC mail/reporter.elc | |
ELC mail/rfc2368.elc | |
ELC mail/rfc822.elc | |
ELC mail/rmail-spam-filter.elc | |
ELC mail/rmail.elc | |
ELC mail/rmailedit.elc | |
ELC mail/rmailkwd.elc | |
ELC mail/rmailmm.elc | |
ELC mail/rmailmsc.elc | |
ELC mail/rmailout.elc | |
In toplevel form: | |
mail/rmail.el:4583:1:Warning: Unused lexical variable ‘rmail-mime-render-html-function’ | |
In end of data: | |
mail/rmail.el:4950:1:Warning: the function ‘rmail-mime-entity-truncated’ is | |
not known to be defined. | |
ELC mail/rmailsort.elc | |
ELC mail/rmailsum.elc | |
ELC mail/sendmail.elc | |
ELC mail/smtpmail.elc | |
ELC mail/supercite.elc | |
ELC mail/uce.elc | |
In toplevel form: | |
mail/supercite.el:709:1:Warning: global/dynamic var ‘curline’ lacks a prefix | |
ELC mail/undigest.elc | |
ELC mail/unrmail.elc | |
ELC mail/uudecode.elc | |
ELC mh-e/mh-alias.elc | |
ELC mh-e/mh-buffers.elc | |
ELC mh-e/mh-comp.elc | |
ELC mh-e/mh-e.elc | |
ELC mh-e/mh-folder.elc | |
No MH variant found on the system | |
No MH variant found on the system | |
ELC mh-e/mh-funcs.elc | |
No MH variant found on the system | |
ELC mh-e/mh-identity.elc | |
ELC mh-e/mh-inc.elc | |
No MH variant found on the system | |
ELC mh-e/mh-junk.elc | |
ELC mh-e/mh-letter.elc | |
No MH variant found on the system | |
No MH variant found on the system | |
ELC mh-e/mh-limit.elc | |
ELC mh-e/mh-mime.elc | |
No MH variant found on the system | |
No MH variant found on the system | |
ELC mh-e/mh-print.elc | |
No MH variant found on the system | |
ELC mh-e/mh-scan.elc | |
No MH variant found on the system | |
ELC mh-e/mh-search.elc | |
No MH variant found on the system | |
No MH variant found on the system | |
ELC mh-e/mh-seq.elc | |
ELC mh-e/mh-show.elc | |
No MH variant found on the system | |
ELC mh-e/mh-speed.elc | |
ELC mh-e/mh-thread.elc | |
No MH variant found on the system | |
No MH variant found on the system | |
ELC mh-e/mh-tool-bar.elc | |
No MH variant found on the system | |
No MH variant found on the system | |
ELC mh-e/mh-utils.elc | |
No MH variant found on the system | |
ELC mh-e/mh-xface.elc | |
ELC net/ange-ftp.elc | |
No MH variant found on the system | |
ELC net/browse-url.elc | |
No MH variant found on the system | |
ELC net/dbus.elc | |
ELC net/dig.elc | |
ELC net/dns.elc | |
ELC net/eudc-bob.elc | |
ELC net/eudc-export.elc | |
ELC net/eudc-hotlist.elc | |
ELC net/eudc-vars.elc | |
ELC net/eudc.elc | |
ELC net/eudcb-bbdb.elc | |
ELC net/eudcb-ldap.elc | |
ELC net/eudcb-mab.elc | |
ELC net/eww.elc | |
ELC net/gnutls.elc | |
ELC net/goto-addr.elc | |
ELC net/hmac-def.elc | |
ELC net/hmac-md5.elc | |
ELC net/imap.elc | |
ELC net/ldap.elc | |
ELC net/mairix.elc | |
ELC net/net-utils.elc | |
ELC net/netrc.elc | |
ELC net/network-stream.elc | |
ELC net/newst-backend.elc | |
ELC net/newst-plainview.elc | |
ELC net/newst-reader.elc | |
ELC net/newst-ticker.elc | |
ELC net/newst-treeview.elc | |
ELC net/newsticker.elc | |
ELC net/nsm.elc | |
ELC net/ntlm.elc | |
ELC net/pinentry.elc | |
ELC net/quickurl.elc | |
ELC net/rcirc.elc | |
ELC net/rfc2104.elc | |
ELC net/rlogin.elc | |
ELC net/sasl-cram.elc | |
ELC net/sasl-digest.elc | |
ELC net/sasl-ntlm.elc | |
ELC net/sasl-scram-rfc.elc | |
ELC net/sasl.elc | |
ELC net/secrets.elc | |
ELC net/shr-color.elc | |
ELC net/shr.elc | |
ELC net/snmp-mode.elc | |
ELC net/soap-client.elc | |
ELC net/soap-inspect.elc | |
ELC net/socks.elc | |
ELC net/telnet.elc | |
ELC net/tls.elc | |
ELC net/tramp-adb.elc | |
ELC net/tramp-cache.elc | |
ELC net/tramp-cmds.elc | |
ELC net/tramp-compat.elc | |
ELC net/tramp-ftp.elc | |
ELC net/tramp-gvfs.elc | |
ELC net/tramp-gw.elc | |
ELC net/tramp-sh.elc | |
ELC net/tramp-smb.elc | |
ELC net/tramp-uu.elc | |
ELC net/tramp.elc | |
ELC net/trampver.elc | |
ELC net/webjump.elc | |
ELC net/zeroconf.elc | |
ELC nxml/nxml-enc.elc | |
ELC nxml/nxml-glyph.elc | |
ELC nxml/nxml-maint.elc | |
ELC nxml/nxml-mode.elc | |
ELC nxml/nxml-ns.elc | |
ELC nxml/nxml-outln.elc | |
ELC nxml/nxml-parse.elc | |
ELC nxml/nxml-rap.elc | |
ELC nxml/nxml-uchnm.elc | |
ELC nxml/nxml-util.elc | |
ELC nxml/rng-cmpct.elc | |
ELC nxml/rng-dt.elc | |
ELC nxml/rng-loc.elc | |
ELC nxml/rng-maint.elc | |
ELC nxml/rng-match.elc | |
ELC nxml/rng-nxml.elc | |
ELC nxml/rng-parse.elc | |
ELC nxml/rng-pttrn.elc | |
ELC nxml/rng-uri.elc | |
ELC nxml/rng-util.elc | |
ELC nxml/rng-valid.elc | |
ELC nxml/rng-xsd.elc | |
ELC nxml/xmltok.elc | |
ELC nxml/xsd-regexp.elc | |
ELC obsolete/abbrevlist.elc | |
ELC obsolete/assoc.elc | |
ELC obsolete/awk-mode.elc | |
ELC obsolete/bruce.elc | |
ELC obsolete/cc-compat.elc | |
ELC obsolete/cl-compat.elc | |
ELC obsolete/complete.elc | |
ELC obsolete/crisp.elc | |
ELC obsolete/cust-print.elc | |
In PC-do-completion: | |
obsolete/complete.el:836:33:Warning: ‘completion-base-size’ is an obsolete | |
variable (as of 23.2); use ‘completion-base-position’ instead. | |
ELC obsolete/erc-hecomplete.elc | |
ELC obsolete/eudcb-ph.elc | |
ELC obsolete/fast-lock.elc | |
ELC obsolete/gulp.elc | |
ELC obsolete/iso-acc.elc | |
ELC obsolete/iso-insert.elc | |
ELC obsolete/iso-swed.elc | |
ELC obsolete/iswitchb.elc | |
ELC obsolete/keyswap.elc | |
ELC obsolete/landmark.elc | |
ELC obsolete/lazy-lock.elc | |
ELC obsolete/ledit.elc | |
ELC obsolete/levents.elc | |
ELC obsolete/lmenu.elc | |
ELC obsolete/longlines.elc | |
ELC obsolete/lucid.elc | |
ELC obsolete/mailpost.elc | |
ELC obsolete/meese.elc | |
ELC obsolete/mouse-sel.elc | |
ELC obsolete/old-emacs-lock.elc | |
ELC obsolete/old-whitespace.elc | |
ELC obsolete/options.elc | |
ELC obsolete/otodo-mode.elc | |
ELC obsolete/patcomp.elc | |
ELC obsolete/pc-mode.elc | |
ELC obsolete/pc-select.elc | |
In toplevel form: | |
obsolete/otodo-mode.el:928:1:Warning: global/dynamic var ‘date’ lacks a prefix | |
obsolete/otodo-mode.el:929:1:Warning: global/dynamic var ‘entry’ lacks a | |
prefix | |
ELC obsolete/pgg-def.elc | |
ELC obsolete/pgg-gpg.elc | |
ELC obsolete/pgg-parse.elc | |
ELC obsolete/pgg-pgp.elc | |
ELC obsolete/pgg-pgp5.elc | |
ELC obsolete/pgg.elc | |
ELC obsolete/rcompile.elc | |
ELC obsolete/resume.elc | |
ELC obsolete/s-region.elc | |
ELC obsolete/scribe.elc | |
ELC obsolete/spell.elc | |
ELC obsolete/sregex.elc | |
ELC obsolete/sup-mouse.elc | |
ELC obsolete/swedish.elc | |
ELC obsolete/sym-comp.elc | |
ELC obsolete/terminal.elc | |
ELC obsolete/tpu-edt.elc | |
ELC obsolete/tpu-extras.elc | |
ELC obsolete/tpu-mapper.elc | |
ELC obsolete/vc-arch.elc | |
ELC obsolete/vc-mcvs.elc | |
ELC obsolete/vi.elc | |
ELC obsolete/vip.elc | |
ELC obsolete/ws-mode.elc | |
In vi-mark-region: | |
obsolete/vi.el:1389:22:Warning: ‘mark-whole-buffer’ is for interactive use | |
only. | |
ELC obsolete/xesam.elc | |
In vc-mcvs-diff: | |
obsolete/vc-mcvs.el:443:29:Warning: reference to free variable | |
‘vc-disable-async-diff’ | |
In end of data: | |
obsolete/vc-mcvs.el:594:1:Warning: the function ‘vc-stay-local-p’ is not known | |
to be defined. | |
ELC obsolete/yow.elc | |
In vip-delete-backward-char: | |
obsolete/vip.el:1860:17:Warning: ‘delete-backward-char’ is for interactive use | |
only; use ‘delete-char’ instead. | |
In ex-tag: | |
obsolete/vip.el:2980:6:Warning: ‘find-tag’ is an obsolete function (as of | |
25.1); use ‘xref-find-definitions’ instead. | |
obsolete/vip.el:2983:32:Warning: ‘find-tag-other-window’ is an obsolete | |
function (as of 25.1); use ‘xref-find-definitions-other-window’ instead. | |
ELC org/ob-C.elc | |
ELC org/ob-R.elc | |
ELC org/ob-asymptote.elc | |
ELC org/ob-awk.elc | |
ELC org/ob-calc.elc | |
ELC org/ob-clojure.elc | |
ELC org/ob-comint.elc | |
ELC org/ob-core.elc | |
ELC org/ob-css.elc | |
ELC org/ob-ditaa.elc | |
ELC org/ob-dot.elc | |
ELC org/ob-emacs-lisp.elc | |
ELC org/ob-eval.elc | |
ELC org/ob-exp.elc | |
ELC org/ob-fortran.elc | |
ELC org/ob-gnuplot.elc | |
ELC org/ob-haskell.elc | |
ELC org/ob-io.elc | |
ELC org/ob-java.elc | |
ELC org/ob-js.elc | |
ELC org/ob-keys.elc | |
ELC org/ob-latex.elc | |
ELC org/ob-ledger.elc | |
ELC org/ob-lilypond.elc | |
ELC org/ob-lisp.elc | |
In org-babel-lilypond-mark-error-line: | |
org/ob-lilypond.el:250:34:Warning: ‘show-all’ is an obsolete function (as of | |
25.1); use ‘outline-show-all’ instead. | |
ELC org/ob-lob.elc | |
ELC org/ob-makefile.elc | |
ELC org/ob-matlab.elc | |
ELC org/ob-maxima.elc | |
ELC org/ob-mscgen.elc | |
ELC org/ob-ocaml.elc | |
ELC org/ob-octave.elc | |
ELC org/ob-org.elc | |
ELC org/ob-perl.elc | |
ELC org/ob-picolisp.elc | |
ELC org/ob-plantuml.elc | |
ELC org/ob-python.elc | |
ELC org/ob-ref.elc | |
ELC org/ob-ruby.elc | |
ELC org/ob-sass.elc | |
ELC org/ob-scala.elc | |
ELC org/ob-scheme.elc | |
ELC org/ob-screen.elc | |
ELC org/ob-sh.elc | |
ELC org/ob-shen.elc | |
ELC org/ob-sql.elc | |
ELC org/ob-sqlite.elc | |
ELC org/ob-table.elc | |
ELC org/ob-tangle.elc | |
ELC org/ob.elc | |
ELC org/org-agenda.elc | |
ELC org/org-archive.elc | |
ELC org/org-attach.elc | |
ELC org/org-bbdb.elc | |
In org-archive-subtree: | |
org/org-archive.el:347:36:Warning: ‘show-all’ is an obsolete function (as of | |
25.1); use ‘outline-show-all’ instead. | |
org/org-archive.el:314:37:Warning: ‘show-subtree’ is an obsolete function (as | |
of 25.1); use ‘outline-show-subtree’ instead. | |
In org-archive-to-archive-sibling: | |
org/org-archive.el:443:27:Warning: ‘hide-subtree’ is an obsolete function (as | |
of 25.1); use ‘outline-hide-subtree’ instead. | |
In org-toggle-archive-tag: | |
org/org-archive.el:517:14:Warning: ‘hide-subtree’ is an obsolete function (as | |
of 25.1); use ‘outline-hide-subtree’ instead. | |
ELC org/org-bibtex.elc | |
ELC org/org-capture.elc | |
ELC org/org-clock.elc | |
In org-agenda-goto: | |
org/org-agenda.el:8307:32:Warning: ‘show-entry’ is an obsolete function (as of | |
25.1); use ‘outline-show-entry’ instead. | |
In org-agenda-switch-to: | |
org/org-agenda.el:8527:34:Warning: ‘show-entry’ is an obsolete function (as of | |
25.1); use ‘outline-show-entry’ instead. | |
In org-agenda-show-and-scroll-up: | |
org/org-agenda.el:8565:16:Warning: ‘show-subtree’ is an obsolete function (as | |
of 25.1); use ‘outline-show-subtree’ instead. | |
In org-agenda-show-1: | |
org/org-agenda.el:8596:10:Warning: ‘hide-subtree’ is an obsolete function (as | |
of 25.1); use ‘outline-hide-subtree’ instead. | |
org/org-agenda.el:8604:10:Warning: ‘show-entry’ is an obsolete function (as of | |
25.1); use ‘outline-show-entry’ instead. | |
org/org-agenda.el:8605:8:Warning: ‘show-children’ is an obsolete function (as | |
of 25.1); use ‘outline-show-children’ instead. | |
org/org-agenda.el:8611:10:Warning: ‘show-subtree’ is an obsolete function (as | |
of 25.1); use ‘outline-show-subtree’ instead. | |
org/org-agenda.el:8619:15:Warning: ‘show-subtree’ is an obsolete function (as | |
of 25.1); use ‘outline-show-subtree’ instead. | |
org/org-agenda.el:8628:10:Warning: ‘show-subtree’ is an obsolete function (as | |
of 25.1); use ‘outline-show-subtree’ instead. | |
ELC org/org-colview.elc | |
In org-capture-place-template: | |
org/org-capture.el:1001:54:Warning: ‘show-all’ is an obsolete function (as of | |
25.1); use ‘outline-show-all’ instead. | |
ELC org/org-compat.elc | |
ELC org/org-crypt.elc | |
In toplevel form: | |
org/org-compat.el:484:19:Warning: ‘font-lock-fontify-buffer’ is for | |
interactive use only; use ‘font-lock-ensure’ or ‘font-lock-flush’ instead. | |
In org-clock-get-clocktable: | |
org/org-clock.el:1934:6:Warning: org-font-lock-ensure called with 0 arguments, | |
but requires 2 | |
ELC org/org-ctags.elc | |
ELC org/org-datetree.elc | |
In org-columns-eval: | |
org/org-colview.el:563:11:Warning: ‘hide-entry’ is an obsolete function (as of | |
25.1); use ‘outline-hide-entry’ instead. | |
ELC org/org-docview.elc | |
In org-encrypt-entry: | |
org/org-crypt.el:191:19:Warning: ‘hide-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-hide-subtree’ instead. | |
ELC org/org-element.elc | |
In org-ctags-find-tag: | |
org/org-ctags.el:361:6:Warning: ‘find-tag’ is an obsolete function (as of | |
25.1); use ‘xref-find-definitions’ instead. | |
In org-ctags-find-tag-interactive: | |
org/org-ctags.el:530:19:Warning: ‘find-tag’ is an obsolete function (as of | |
25.1); use ‘xref-find-definitions’ instead. | |
ELC org/org-entities.elc | |
ELC org/org-eshell.elc | |
ELC org/org-faces.elc | |
ELC org/org-feed.elc | |
ELC org/org-footnote.elc | |
ELC org/org-gnus.elc | |
ELC org/org-habit.elc | |
ELC org/org-id.elc | |
In org-feed-update: | |
org/org-feed.el:405:12:Warning: ‘hide-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-hide-subtree’ instead. | |
org/org-feed.el:409:12:Warning: ‘show-children’ is an obsolete function (as of | |
25.1); use ‘outline-show-children’ instead. | |
ELC org/org-indent.elc | |
ELC org/org-info.elc | |
ELC org/org-inlinetask.elc | |
ELC org/org-irc.elc | |
ELC org/org-list.elc | |
ELC org/org-macro.elc | |
ELC org/org-macs.elc | |
ELC org/org-mhe.elc | |
ELC org/org-mobile.elc | |
ELC org/org-mouse.elc | |
ELC org/org-pcomplete.elc | |
In org-thing-at-point: | |
org/org-pcomplete.el:96:19:Warning: org-looking-back called with 1 argument, | |
but requires 2-3 | |
org/org-pcomplete.el:96:47:Warning: org-looking-back called with 1 argument, | |
but requires 2-3 | |
ELC org/org-plot.elc | |
ELC org/org-protocol.elc | |
ELC org/org-rmail.elc | |
In org-mouse-show-context-menu: | |
org/org-mouse.el:218:18:Warning: ‘redisplay-dont-pause’ is an obsolete | |
variable (as of 24.5). | |
In org-mouse-insert-item: | |
org/org-mouse.el:590:15:Warning: org-looking-back called with 1 argument, but | |
requires 2-3 | |
ELC org/org-src.elc | |
In org-src-font-lock-fontify-block: | |
org/org-src.el:919:14:Warning: org-font-lock-ensure called with 0 arguments, | |
but requires 2 | |
ELC org/org-table.elc | |
In end of data: | |
org/org-src.el:957:1:Warning: the function ‘org-some’ is not known to be | |
defined. | |
ELC org/org-timer.elc | |
ELC org/org-w3m.elc | |
ELC org/org.elc | |
ELC org/ox-ascii.elc | |
ELC org/ox-beamer.elc | |
In org-fontify-like-in-org-mode: | |
org/org.el:6378:8:Warning: org-font-lock-ensure called with 0 arguments, but | |
requires 2 | |
In org-cycle: | |
org/org.el:6633:15:Warning: ‘show-all’ is an obsolete function (as of 25.1); | |
use ‘outline-show-all’ instead. | |
In org-cycle-internal-global: | |
org/org.el:6724:38:Warning: ‘show-all’ is an obsolete function (as of 25.1); | |
use ‘outline-show-all’ instead. | |
In org-cycle-internal-local: | |
org/org.el:6797:10:Warning: ‘show-children’ is an obsolete function (as of | |
25.1); use ‘outline-show-children’ instead. | |
In org-global-cycle: | |
org/org.el:6855:17:Warning: ‘show-all’ is an obsolete function (as of 25.1); | |
use ‘outline-show-all’ instead. | |
org/org.el:6856:8:Warning: ‘hide-sublevels’ is an obsolete function (as of | |
25.1); use ‘outline-hide-sublevels’ instead. | |
In org-set-startup-visibility: | |
org/org.el:6873:32:Warning: ‘show-all’ is an obsolete function (as of 25.1); | |
use ‘outline-show-all’ instead. | |
In org-set-visibility-according-to-property: | |
org/org.el:6893:12:Warning: ‘hide-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-hide-subtree’ instead. | |
org/org.el:6899:20:Warning: ‘hide-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-hide-subtree’ instead. | |
org/org.el:6900:14:Warning: ‘show-children’ is an obsolete function (as of | |
25.1); use ‘outline-show-children’ instead. | |
org/org.el:6906:18:Warning: ‘show-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-show-subtree’ instead. | |
In org-overview: | |
org/org.el:6932:34:Warning: ‘hide-sublevels’ is an obsolete function (as of | |
25.1); use ‘outline-hide-sublevels’ instead. | |
ELC org/ox-html.elc | |
In org-content: | |
org/org.el:6949:23:Warning: ‘show-children’ is an obsolete function (as of | |
25.1); use ‘outline-show-children’ instead. | |
org/org.el:6950:32:Warning: ‘show-branches’ is an obsolete function (as of | |
25.1); use ‘outline-show-branches’ instead. | |
In org-clean-visibility-after-subtree-move: | |
org/org.el:7001:36:Warning: ‘hide-entry’ is an obsolete function (as of 25.1); | |
use ‘outline-hide-entry’ instead. | |
In org-cycle-hide-inline-tasks: | |
org/org.el:7102:28:Warning: ‘hide-sublevels’ is an obsolete function (as of | |
25.1); use ‘outline-hide-sublevels’ instead. | |
In org-set-outline-overlay-data: | |
org/org.el:7162:9:Warning: ‘show-all’ is an obsolete function (as of 25.1); | |
use ‘outline-show-all’ instead. | |
In org-tree-to-indirect-buffer: | |
org/org.el:7527:10:Warning: ‘show-all’ is an obsolete function (as of 25.1); | |
use ‘outline-show-all’ instead. | |
In org-move-subtree-down: | |
org/org.el:8227:16:Warning: ‘hide-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-hide-subtree’ instead. | |
org/org.el:8231:8:Warning: ‘show-children’ is an obsolete function (as of | |
25.1); use ‘outline-show-children’ instead. | |
In org-paste-subtree: | |
org/org.el:8394:15:Warning: ‘hide-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-hide-subtree’ instead. | |
In org-sort-entries: | |
org/org.el:8706:18:Warning: ‘show-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-show-subtree’ instead. | |
org/org.el:8827:20:Warning: ‘show-all’ is an obsolete function (as of 25.1); | |
use ‘outline-show-all’ instead. | |
In org-fast-todo-selection: | |
org/org.el:12841:19:Warning: assignment to free variable ‘e’ | |
org/org.el:12841:19:Warning: reference to free variable ‘e’ | |
In org-fast-tag-selection: | |
org/org.el:14894:37:Warning: assignment to free variable ‘e’ | |
org/org.el:14894:37:Warning: reference to free variable ‘e’ | |
In org-insert-property-drawer: | |
org/org.el:15718:12:Warning: ‘hide-entry’ is an obsolete function (as of | |
25.1); use ‘outline-hide-entry’ instead. | |
org/org.el:16251:24:Warning: looking-back called with 1 argument, but requires | |
2-3 | |
In org-timestamp-change: | |
org/org.el:17513:21:Warning: org-looking-back called with 1 argument, but | |
requires 2-3 | |
In org-check-before-invisible-edit: | |
org/org.el:19520:40:Warning: ‘show-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-show-subtree’ instead. | |
In org-kill-note-or-show-branches: | |
org/org.el:20484:12:Warning: ‘hide-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-hide-subtree’ instead. | |
In org-return: | |
org/org.el:20524:16:Warning: org-looking-back called with 1 argument, but | |
requires 2-3 | |
ELC org/ox-icalendar.elc | |
In org-yank-generic: | |
org/org.el:23060:22:Warning: ‘hide-subtree’ is an obsolete function (as of | |
25.1); use ‘outline-hide-subtree’ instead. | |
ELC org/ox-latex.elc | |
ELC org/ox-man.elc | |
In org-html-fontify-code: | |
org/ox-html.el:1858:25:Warning: org-font-lock-ensure called with 0 arguments, | |
but requires 2 | |
ELC org/ox-md.elc | |
ELC org/ox-odt.elc | |
ELC org/ox-org.elc | |
ELC org/ox-publish.elc | |
ELC org/ox-texinfo.elc | |
In org-org-publish-to-org: | |
org/ox-org.el:257:10:Warning: org-font-lock-ensure called with 0 arguments, | |
but requires 2 | |
org/ox-org.el:257:10:Warning: ‘show-all’ is an obsolete function (as of 25.1); | |
use ‘outline-show-all’ instead. | |
ELC org/ox.elc | |
In org-odt-do-format-code: | |
org/ox-odt.el:3143:21:Warning: org-font-lock-ensure called with 0 arguments, | |
but requires 2 | |
ELC play/5x5.elc | |
ELC play/animate.elc | |
ELC play/blackbox.elc | |
ELC play/bubbles.elc | |
ELC play/cookie1.elc | |
ELC play/decipher.elc | |
ELC play/dissociate.elc | |
ELC play/doctor.elc | |
ELC play/dunnet.elc | |
ELC play/fortune.elc | |
ELC play/gamegrid.elc | |
ELC play/gametree.elc | |
ELC play/gomoku.elc | |
In dun-fix-screen: | |
play/dunnet.el:1205:22:Warning: ‘end-of-buffer’ is for interactive use only; | |
use ‘(goto-char (point-max))’ instead. | |
ELC play/handwrite.elc | |
ELC play/hanoi.elc | |
ELC play/life.elc | |
ELC play/morse.elc | |
ELC play/mpuz.elc | |
ELC play/pong.elc | |
ELC play/snake.elc | |
ELC play/solitaire.elc | |
ELC play/spook.elc | |
ELC play/studly.elc | |
ELC play/tetris.elc | |
ELC play/zone.elc | |
ELC progmodes/ada-mode.elc | |
ELC progmodes/ada-prj.elc | |
ELC progmodes/ada-stmt.elc | |
ELC progmodes/ada-xref.elc | |
ELC progmodes/antlr-mode.elc | |
ELC progmodes/asm-mode.elc | |
ELC progmodes/autoconf.elc | |
ELC progmodes/bat-mode.elc | |
ELC progmodes/bug-reference.elc | |
ELC progmodes/cc-bytecomp.elc | |
ELC progmodes/cc-awk.elc | |
ELC progmodes/cc-guess.elc | |
ELC progmodes/cfengine.elc | |
ELC progmodes/cmacexp.elc | |
ELC progmodes/compile.elc | |
ELC progmodes/cperl-mode.elc | |
ELC progmodes/cpp.elc | |
ELC progmodes/cwarn.elc | |
ELC progmodes/dcl-mode.elc | |
ELC progmodes/ebnf-abn.elc | |
ELC progmodes/ebnf-bnf.elc | |
ELC progmodes/ebnf-dtd.elc | |
ELC progmodes/ebnf-ebx.elc | |
ELC progmodes/ebnf-iso.elc | |
ELC progmodes/ebnf-otz.elc | |
ELC progmodes/ebnf-yac.elc | |
ELC progmodes/ebnf2ps.elc | |
ELC progmodes/ebrowse.elc | |
ELC progmodes/etags.elc | |
ELC progmodes/executable.elc | |
ELC progmodes/f90.elc | |
In find-tag-other-frame: | |
progmodes/etags.el:1021:10:Warning: ‘find-tag-other-window’ is an obsolete | |
function (as of 25.1); use ‘xref-find-definitions-other-window’ instead. | |
In tags-search: | |
progmodes/etags.el:1870:18:Warning: ‘tags-loop-continue’ is an obsolete | |
function (as of 25.1); use ‘xref-find-definitions’ interface instead. | |
progmodes/etags.el:1874:11:Warning: ‘tags-loop-continue’ is an obsolete | |
function (as of 25.1); use ‘xref-find-definitions’ interface instead. | |
In tags-query-replace: | |
progmodes/etags.el:1899:9:Warning: ‘tags-loop-continue’ is an obsolete | |
function (as of 25.1); use ‘xref-find-definitions’ interface instead. | |
ELC progmodes/flymake.elc | |
ELC progmodes/fortran.elc | |
ELC progmodes/gdb-mi.elc | |
ELC progmodes/glasses.elc | |
ELC progmodes/grep.elc | |
ELC progmodes/gud.elc | |
In toplevel form: | |
progmodes/gdb-mi.el:675:1:Warning: Unused lexical argument ‘arg’ | |
ELC progmodes/hideif.elc | |
In toplevel form: | |
progmodes/gud.el:735:1:Warning: Unused lexical argument ‘arg’ | |
ELC progmodes/hideshow.elc | |
ELC progmodes/icon.elc | |
In hs-hide-block-at-point: | |
progmodes/hideshow.el:581:22:Warning: looking-back called with 1 argument, but | |
requires 2-3 | |
ELC progmodes/idlw-complete-structtag.elc | |
ELC progmodes/idlw-help.elc | |
ELC progmodes/idlw-shell.elc | |
In idlwave-help-fontify: | |
progmodes/idlw-help.el:1185:16:Warning: ‘font-lock-fontify-buffer’ is for | |
interactive use only; use ‘font-lock-ensure’ or ‘font-lock-flush’ instead. | |
ELC progmodes/idlw-toolbar.elc | |
ELC progmodes/idlwave.elc | |
ELC progmodes/inf-lisp.elc | |
ELC progmodes/js.elc | |
ELC progmodes/ld-script.elc | |
ELC progmodes/m4-mode.elc | |
ELC progmodes/make-mode.elc | |
ELC progmodes/mantemp.elc | |
ELC progmodes/meta-mode.elc | |
ELC progmodes/mixal-mode.elc | |
ELC progmodes/modula2.elc | |
ELC progmodes/octave.elc | |
ELC progmodes/opascal.elc | |
ELC progmodes/pascal.elc | |
In end of data: | |
progmodes/octave.el:1871:1:Warning: the function ‘compilation-forget-errors’ | |
might not be defined at runtime. | |
ELC progmodes/perl-mode.elc | |
ELC progmodes/project.elc | |
ELC progmodes/prolog.elc | |
ELC progmodes/ps-mode.elc | |
ELC progmodes/python.elc | |
ELC progmodes/ruby-mode.elc | |
ELC progmodes/scheme.elc | |
ELC progmodes/sh-script.elc | |
ELC progmodes/simula.elc | |
ELC progmodes/sql.elc | |
ELC progmodes/subword.elc | |
In end of data: | |
progmodes/sh-script.el:4523:1:Warning: the function ‘comint-send-string’ might | |
not be defined at runtime. | |
ELC progmodes/tcl.elc | |
ELC progmodes/vera-mode.elc | |
ELC progmodes/verilog-mode.elc | |
ELC progmodes/vhdl-mode.elc | |
In sql-end-of-statement: | |
progmodes/sql.el:2781:31:Warning: looking-back called with 1 argument, but | |
requires 2-3 | |
ELC progmodes/which-func.elc | |
ELC progmodes/xref.elc | |
ELC progmodes/xscheme.elc | |
ELC term/AT386.elc | |
ELC term/bobcat.elc | |
ELC term/cygwin.elc | |
ELC term/iris-ansi.elc | |
ELC term/linux.elc | |
ELC term/lk201.elc | |
ELC term/news.elc | |
ELC term/rxvt.elc | |
ELC term/screen.elc | |
ELC term/sun.elc | |
ELC term/tvi970.elc | |
ELC term/vt100.elc | |
ELC term/vt200.elc | |
ELC term/w32console.elc | |
ELC term/wyse50.elc | |
ELC term/xterm.elc | |
ELC textmodes/artist.elc | |
ELC textmodes/bib-mode.elc | |
ELC textmodes/bibtex-style.elc | |
ELC textmodes/bibtex.elc | |
ELC textmodes/conf-mode.elc | |
ELC textmodes/css-mode.elc | |
ELC textmodes/dns-mode.elc | |
ELC textmodes/enriched.elc | |
ELC textmodes/flyspell.elc | |
ELC textmodes/ispell.elc | |
ELC textmodes/makeinfo.elc | |
ELC textmodes/nroff-mode.elc | |
ELC textmodes/page-ext.elc | |
ELC textmodes/picture.elc | |
ELC textmodes/po.elc | |
ELC textmodes/refbib.elc | |
ELC textmodes/refer.elc | |
ELC textmodes/refill.elc | |
ELC textmodes/reftex-auc.elc | |
ELC textmodes/reftex-cite.elc | |
ELC textmodes/reftex-dcr.elc | |
ELC textmodes/reftex-global.elc | |
ELC textmodes/reftex-index.elc | |
ELC textmodes/reftex-parse.elc | |
ELC textmodes/reftex-ref.elc | |
ELC textmodes/reftex-sel.elc | |
ELC textmodes/reftex-toc.elc | |
ELC textmodes/reftex-vars.elc | |
ELC textmodes/reftex.elc | |
ELC textmodes/remember.elc | |
ELC textmodes/rst.elc | |
ELC textmodes/sgml-mode.elc | |
ELC textmodes/table.elc | |
ELC textmodes/tex-mode.elc | |
In toplevel form: | |
textmodes/sgml-mode.el:436:1:Warning: global/dynamic var ‘v2’ lacks a prefix | |
ELC textmodes/texinfmt.elc | |
ELC textmodes/texinfo.elc | |
ELC textmodes/texnfo-upd.elc | |
ELC textmodes/tildify.elc | |
ELC textmodes/two-column.elc | |
ELC textmodes/underline.elc | |
ELC url/url-about.elc | |
ELC url/url-auth.elc | |
ELC url/url-cache.elc | |
ELC url/url-cid.elc | |
ELC url/url-cookie.elc | |
ELC url/url-dav.elc | |
ELC url/url-dired.elc | |
ELC url/url-domsuf.elc | |
ELC url/url-expand.elc | |
ELC url/url-file.elc | |
ELC url/url-ftp.elc | |
ELC url/url-future.elc | |
ELC url/url-gw.elc | |
ELC url/url-handlers.elc | |
ELC url/url-history.elc | |
ELC url/url-http.elc | |
ELC url/url-imap.elc | |
ELC url/url-irc.elc | |
ELC url/url-ldap.elc | |
ELC url/url-mailto.elc | |
ELC url/url-methods.elc | |
ELC url/url-misc.elc | |
ELC url/url-news.elc | |
ELC url/url-nfs.elc | |
ELC url/url-ns.elc | |
ELC url/url-parse.elc | |
ELC url/url-privacy.elc | |
ELC url/url-proxy.elc | |
ELC url/url-queue.elc | |
ELC url/url-tramp.elc | |
ELC url/url-util.elc | |
ELC url/url-vars.elc | |
ELC url/url.elc | |
ELC vc/add-log.elc | |
ELC vc/compare-w.elc | |
ELC vc/cvs-status.elc | |
In change-log-goto-source: | |
vc/add-log.el:476:4:Warning: value returned from (car change-log-find-head) is | |
unused | |
ELC vc/diff-mode.elc | |
ELC vc/diff.elc | |
ELC vc/ediff-diff.elc | |
ELC vc/ediff-help.elc | |
ELC vc/ediff-init.elc | |
ELC vc/ediff-merg.elc | |
ELC vc/ediff-mult.elc | |
ELC vc/ediff-ptch.elc | |
ELC vc/ediff-util.elc | |
ELC vc/ediff-vers.elc | |
ELC vc/ediff-wind.elc | |
ELC vc/ediff.elc | |
ELC vc/emerge.elc | |
ELC vc/log-edit.elc | |
ELC vc/log-view.elc | |
ELC vc/pcvs-defs.elc | |
ELC vc/pcvs-info.elc | |
ELC vc/pcvs-parse.elc | |
ELC vc/pcvs-util.elc | |
ELC vc/pcvs.elc | |
ELC vc/smerge-mode.elc | |
ELC vc/vc-annotate.elc | |
ELC vc/vc-bzr.elc | |
ELC vc/vc-cvs.elc | |
ELC vc/vc-dav.elc | |
In end of data: | |
vc/vc-bzr.el:1336:1:Warning: the function ‘vc-deduce-fileset’ might not be | |
defined at runtime. | |
ELC vc/vc-dir.elc | |
ELC vc/vc-dispatcher.elc | |
In end of data: | |
vc/vc-cvs.el:1319:1:Warning: the following functions might not be defined at | |
runtime: vc-read-revision, vc-branch-p, vc-expand-dirs, vc-checkout | |
ELC vc/vc-filewise.elc | |
ELC vc/vc-git.elc | |
ELC vc/vc-hg.elc | |
ELC vc/vc-mtn.elc | |
ELC vc/vc-rcs.elc | |
In end of data: | |
vc/vc-hg.el:773:1:Warning: the function ‘vc-compilation-mode’ might not be | |
defined at runtime. | |
ELC vc/vc-sccs.elc | |
ELC vc/vc-src.elc | |
ELC vc/vc-svn.elc | |
In end of data: | |
vc/vc-rcs.el:1444:1:Warning: the following functions might not be defined at | |
runtime: vc-read-revision, vc-branch-p, vc-buffer-context, | |
vc-restore-buffer-context, vc-setup-buffer | |
ELC vc/vc.elc | |
ELC progmodes/cc-defs.elc | |
In end of data: | |
vc/vc-src.el:314:1:Warning: the function ‘vc-setup-buffer’ might not be | |
defined at runtime. | |
In end of data: | |
vc/vc-svn.el:808:1:Warning: the function ‘vc-read-revision’ might not be | |
defined at runtime. | |
vc/vc-svn.el:808:1:Warning: the function ‘log-edit-extract-headers’ is not | |
known to be defined. | |
ELC progmodes/cc-vars.elc | |
ELC progmodes/cc-menus.elc | |
ELC progmodes/cc-langs.elc | |
ELC progmodes/cc-engine.elc | |
ELC progmodes/cc-cmds.elc | |
ELC progmodes/cc-align.elc | |
ELC progmodes/cc-fonts.elc | |
ELC progmodes/cc-styles.elc | |
ELC progmodes/cc-mode.elc |
This file contains 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: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT acl-errno-valid.o -MD -MP -MF .deps/acl-errno-valid.Tpo -c -o acl-errno-valid.o acl-errno-valid.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT acl-errno-valid.o -MD -MP -MF .deps/acl-errno-valid.Tpo -c -o acl-errno-valid.o acl-errno-valid.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT acl-internal.o -MD -MP -MF .deps/acl-internal.Tpo -c -o acl-internal.o acl-internal.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT acl-internal.o -MD -MP -MF .deps/acl-internal.Tpo -c -o acl-internal.o acl-internal.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT get-permissions.o -MD -MP -MF .deps/get-permissions.Tpo -c -o get-permissions.o get-permissions.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT get-permissions.o -MD -MP -MF .deps/get-permissions.Tpo -c -o get-permissions.o get-permissions.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT set-permissions.o -MD -MP -MF .deps/set-permissions.Tpo -c -o set-permissions.o set-permissions.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT set-permissions.o -MD -MP -MF .deps/set-permissions.Tpo -c -o set-permissions.o set-permissions.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o allocator.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o allocator.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT binary-io.o -MD -MP -MF .deps/binary-io.Tpo -c -o binary-io.o binary-io.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT binary-io.o -MD -MP -MF .deps/binary-io.Tpo -c -o binary-io.o binary-io.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT c-strcasecmp.o -MD -MP -MF .deps/c-strcasecmp.Tpo -c -o c-strcasecmp.o c-strcasecmp.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT c-strcasecmp.o -MD -MP -MF .deps/c-strcasecmp.Tpo -c -o c-strcasecmp.o c-strcasecmp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT c-strncasecmp.o -MD -MP -MF .deps/c-strncasecmp.Tpo -c -o c-strncasecmp.o c-strncasecmp.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT c-strncasecmp.o -MD -MP -MF .deps/c-strncasecmp.Tpo -c -o c-strncasecmp.o c-strncasecmp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT careadlinkat.o -MD -MP -MF .deps/careadlinkat.Tpo -c -o careadlinkat.o careadlinkat.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT careadlinkat.o -MD -MP -MF .deps/careadlinkat.Tpo -c -o careadlinkat.o careadlinkat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT close-stream.o -MD -MP -MF .deps/close-stream.Tpo -c -o close-stream.o close-stream.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT close-stream.o -MD -MP -MF .deps/close-stream.Tpo -c -o close-stream.o close-stream.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT count-one-bits.o -MD -MP -MF .deps/count-one-bits.Tpo -c -o count-one-bits.o count-one-bits.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT count-one-bits.o -MD -MP -MF .deps/count-one-bits.Tpo -c -o count-one-bits.o count-one-bits.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT count-trailing-zeros.o -MD -MP -MF .deps/count-trailing-zeros.Tpo -c -o count-trailing-zeros.o count-trailing-zeros.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT count-trailing-zeros.o -MD -MP -MF .deps/count-trailing-zeros.Tpo -c -o count-trailing-zeros.o count-trailing-zeros.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT sha256.o -MD -MP -MF .deps/sha256.Tpo -c -o sha256.o sha256.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT sha256.o -MD -MP -MF .deps/sha256.Tpo -c -o sha256.o sha256.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT sha512.o -MD -MP -MF .deps/sha512.Tpo -c -o sha512.o sha512.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT sha512.o -MD -MP -MF .deps/sha512.Tpo -c -o sha512.o sha512.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT dtoastr.o -MD -MP -MF .deps/dtoastr.Tpo -c -o dtoastr.o dtoastr.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT dtoastr.o -MD -MP -MF .deps/dtoastr.Tpo -c -o dtoastr.o dtoastr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT dtotimespec.o -MD -MP -MF .deps/dtotimespec.Tpo -c -o dtotimespec.o dtotimespec.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT dtotimespec.o -MD -MP -MF .deps/dtotimespec.Tpo -c -o dtotimespec.o dtotimespec.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT gettime.o -MD -MP -MF .deps/gettime.Tpo -c -o gettime.o gettime.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT gettime.o -MD -MP -MF .deps/gettime.Tpo -c -o gettime.o gettime.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT pipe2.o -MD -MP -MF .deps/pipe2.Tpo -c -o pipe2.o pipe2.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT pipe2.o -MD -MP -MF .deps/pipe2.Tpo -c -o pipe2.o pipe2.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT qcopy-acl.o -MD -MP -MF .deps/qcopy-acl.Tpo -c -o qcopy-acl.o qcopy-acl.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT qcopy-acl.o -MD -MP -MF .deps/qcopy-acl.Tpo -c -o qcopy-acl.o qcopy-acl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT stat-time.o -MD -MP -MF .deps/stat-time.Tpo -c -o stat-time.o stat-time.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT stat-time.o -MD -MP -MF .deps/stat-time.Tpo -c -o stat-time.o stat-time.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT strftime.o -MD -MP -MF .deps/strftime.Tpo -c -o strftime.o strftime.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT strftime.o -MD -MP -MF .deps/strftime.Tpo -c -o strftime.o strftime.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT tempname.o -MD -MP -MF .deps/tempname.Tpo -c -o tempname.o tempname.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT tempname.o -MD -MP -MF .deps/tempname.Tpo -c -o tempname.o tempname.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT timespec.o -MD -MP -MF .deps/timespec.Tpo -c -o timespec.o timespec.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT timespec.o -MD -MP -MF .deps/timespec.Tpo -c -o timespec.o timespec.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT timespec-add.o -MD -MP -MF .deps/timespec-add.Tpo -c -o timespec-add.o timespec-add.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT timespec-add.o -MD -MP -MF .deps/timespec-add.Tpo -c -o timespec-add.o timespec-add.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT timespec-sub.o -MD -MP -MF .deps/timespec-sub.Tpo -c -o timespec-sub.o timespec-sub.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT timespec-sub.o -MD -MP -MF .deps/timespec-sub.Tpo -c -o timespec-sub.o timespec-sub.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT u64.o -MD -MP -MF .deps/u64.Tpo -c -o u64.o u64.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT u64.o -MD -MP -MF .deps/u64.Tpo -c -o u64.o u64.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT unistd.o -MD -MP -MF .deps/unistd.Tpo -c -o unistd.o unistd.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT unistd.o -MD -MP -MF .deps/unistd.Tpo -c -o unistd.o unistd.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT utimens.o -MD -MP -MF .deps/utimens.Tpo -c -o utimens.o utimens.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT utimens.o -MD -MP -MF .deps/utimens.Tpo -c -o utimens.o utimens.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT acl_entries.o -MD -MP -MF .deps/acl_entries.Tpo -c -o acl_entries.o acl_entries.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT acl_entries.o -MD -MP -MF .deps/acl_entries.Tpo -c -o acl_entries.o acl_entries.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT save-cwd.o -MD -MP -MF .deps/save-cwd.Tpo -c -o save-cwd.o save-cwd.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT save-cwd.o -MD -MP -MF .deps/save-cwd.Tpo -c -o save-cwd.o save-cwd.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT openat-die.o -MD -MP -MF .deps/openat-die.Tpo -c -o openat-die.o openat-die.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT openat-die.o -MD -MP -MF .deps/openat-die.Tpo -c -o openat-die.o openat-die.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT fpending.o -MD -MP -MF .deps/fpending.Tpo -c -o fpending.o fpending.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT fpending.o -MD -MP -MF .deps/fpending.Tpo -c -o fpending.o fpending.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT fstatat.o -MD -MP -MF .deps/fstatat.Tpo -c -o fstatat.o fstatat.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT fstatat.o -MD -MP -MF .deps/fstatat.Tpo -c -o fstatat.o fstatat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT lstat.o -MD -MP -MF .deps/lstat.Tpo -c -o lstat.o lstat.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT lstat.o -MD -MP -MF .deps/lstat.Tpo -c -o lstat.o lstat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT memrchr.o -MD -MP -MF .deps/memrchr.Tpo -c -o memrchr.o memrchr.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT memrchr.o -MD -MP -MF .deps/memrchr.Tpo -c -o memrchr.o memrchr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT mkostemp.o -MD -MP -MF .deps/mkostemp.Tpo -c -o mkostemp.o mkostemp.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT mkostemp.o -MD -MP -MF .deps/mkostemp.Tpo -c -o mkostemp.o mkostemp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT mktime.o -MD -MP -MF .deps/mktime.Tpo -c -o mktime.o mktime.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT mktime.o -MD -MP -MF .deps/mktime.Tpo -c -o mktime.o mktime.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT readlinkat.o -MD -MP -MF .deps/readlinkat.Tpo -c -o readlinkat.o readlinkat.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT readlinkat.o -MD -MP -MF .deps/readlinkat.Tpo -c -o readlinkat.o readlinkat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT readlink.o -MD -MP -MF .deps/readlink.Tpo -c -o readlink.o readlink.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT readlink.o -MD -MP -MF .deps/readlink.Tpo -c -o readlink.o readlink.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT openat-proc.o -MD -MP -MF .deps/openat-proc.Tpo -c -o openat-proc.o openat-proc.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT openat-proc.o -MD -MP -MF .deps/openat-proc.Tpo -c -o openat-proc.o openat-proc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT secure_getenv.o -MD -MP -MF .deps/secure_getenv.Tpo -c -o secure_getenv.o secure_getenv.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT secure_getenv.o -MD -MP -MF .deps/secure_getenv.Tpo -c -o secure_getenv.o secure_getenv.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT symlink.o -MD -MP -MF .deps/symlink.Tpo -c -o symlink.o symlink.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT symlink.o -MD -MP -MF .deps/symlink.Tpo -c -o symlink.o symlink.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT stat.o -MD -MP -MF .deps/stat.Tpo -c -o stat.o stat.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT stat.o -MD -MP -MF .deps/stat.Tpo -c -o stat.o stat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT sig2str.o -MD -MP -MF .deps/sig2str.Tpo -c -o sig2str.o sig2str.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT sig2str.o -MD -MP -MF .deps/sig2str.Tpo -c -o sig2str.o sig2str.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT time_rz.o -MD -MP -MF .deps/time_rz.Tpo -c -o time_rz.o time_rz.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT time_rz.o -MD -MP -MF .deps/time_rz.Tpo -c -o time_rz.o time_rz.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT timegm.o -MD -MP -MF .deps/timegm.Tpo -c -o timegm.o timegm.c | |
superenv removed: -I../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I../src -MT timegm.o -MD -MP -MF .deps/timegm.Tpo -c -o timegm.o timegm.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 -DVERSION="25.0.50" ebrowse.c ../lib/libgnu.a -o ebrowse | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -DVERSION="25.0.50" ebrowse.c ../lib/libgnu.a -o ebrowse -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 ../src/regex.c | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib ../src/regex.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 profile.c ../lib/libgnu.a -o profile | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib profile.c ../lib/libgnu.a -o profile -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 emacsclient.c -DVERSION="25.0.50" ../lib/libgnu.a -o emacsclient | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib emacsclient.c -DVERSION="25.0.50" ../lib/libgnu.a -o emacsclient -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 pop.c | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib pop.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 hexl.c ../lib/libgnu.a -o hexl | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib hexl.c ../lib/libgnu.a -o hexl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 -DHAVE_SHARED_GAME_DIR="/usr/local/Cellar/emacs/25.0-dev/var/games/emacs" update-game-score.c ../lib/libgnu.a -o update-game-score | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -DHAVE_SHARED_GAME_DIR="/usr/local/Cellar/emacs/25.0-dev/var/games/emacs" update-game-score.c ../lib/libgnu.a -o update-game-score -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 make-docfile.c ../lib/libgnu.a -o make-docfile | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib make-docfile.c ../lib/libgnu.a -o make-docfile -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 movemail.c pop.o ../lib/libgnu.a -o movemail | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib movemail.c pop.o ../lib/libgnu.a -o movemail -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 -DEMACS_NAME="GNU Emacs" -DVERSION="25.0.50" -o etags etags.c regex.o ../lib/libgnu.a | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -DEMACS_NAME="GNU Emacs" -DVERSION="25.0.50" -o etags etags.c regex.o ../lib/libgnu.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 -DEMACS_NAME="GNU Emacs" -DVERSION="25.0.50" -o ctags ctags.c regex.o ../lib/libgnu.a | |
superenv removed: -I./../src -I./../lib -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -I. -I../src -I../lib -DEMACS_NAME="GNU Emacs" -DVERSION="25.0.50" -o ctags ctags.c regex.o ../lib/libgnu.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/dispnew.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 dispnew.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/dispnew.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes dispnew.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/frame.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 frame.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/frame.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes frame.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/scroll.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 scroll.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/scroll.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes scroll.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/xdisp.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 xdisp.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/xdisp.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes xdisp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/menu.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 menu.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/menu.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes menu.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/window.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 window.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/window.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes window.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/charset.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 charset.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/charset.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes charset.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/coding.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 coding.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/coding.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes coding.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/category.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 category.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/category.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes category.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/ccl.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 ccl.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/ccl.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes ccl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/character.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 character.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/character.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes character.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/chartab.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 chartab.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/chartab.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes chartab.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/bidi.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 bidi.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/bidi.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes bidi.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/cm.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 cm.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/cm.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes cm.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/term.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 term.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/term.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes term.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/terminal.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 terminal.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/terminal.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes terminal.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/xfaces.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 xfaces.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/xfaces.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes xfaces.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/emacs.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 emacs.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/emacs.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes emacs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/keyboard.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 keyboard.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/keyboard.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes keyboard.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/macros.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 macros.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/macros.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes macros.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/keymap.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 keymap.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/keymap.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes keymap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/sysdep.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 sysdep.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/sysdep.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes sysdep.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/buffer.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 buffer.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/buffer.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes buffer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/filelock.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 filelock.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/filelock.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes filelock.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/insdel.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 insdel.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/insdel.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes insdel.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/marker.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 marker.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/marker.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes marker.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/minibuf.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 minibuf.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/minibuf.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes minibuf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/fileio.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 fileio.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/fileio.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes fileio.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/dired.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 dired.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/dired.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes dired.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/cmds.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 cmds.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/cmds.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes cmds.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/casetab.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 casetab.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/casetab.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes casetab.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/casefiddle.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 casefiddle.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/casefiddle.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes casefiddle.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/indent.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 indent.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/indent.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes indent.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/search.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 search.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/search.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes search.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/regex.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 regex.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/regex.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes regex.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/undo.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 undo.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/undo.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes undo.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/alloc.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 alloc.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/alloc.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes alloc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/data.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 data.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/data.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes data.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/doc.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 doc.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/doc.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes doc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/editfns.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 editfns.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/editfns.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes editfns.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/callint.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 callint.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/callint.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes callint.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/eval.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 eval.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/eval.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes eval.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/floatfns.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 floatfns.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/floatfns.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes floatfns.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/fns.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 fns.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/fns.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes fns.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/font.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 font.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/font.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes font.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/print.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 print.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/print.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes print.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/lread.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 lread.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/lread.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes lread.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/syntax.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 syntax.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/syntax.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes syntax.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/unexmacosx.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 unexmacosx.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/unexmacosx.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes unexmacosx.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/bytecode.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 bytecode.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/bytecode.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes bytecode.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/process.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 process.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/process.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes process.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/gnutls.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 gnutls.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/gnutls.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes gnutls.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/callproc.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 callproc.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/callproc.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes callproc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/region-cache.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 region-cache.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/region-cache.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes region-cache.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/sound.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 sound.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/sound.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes sound.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/atimer.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 atimer.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/atimer.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes atimer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/doprnt.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 doprnt.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/doprnt.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes doprnt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/intervals.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 intervals.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/intervals.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes intervals.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/textprop.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 textprop.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/textprop.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes textprop.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/composite.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 composite.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/composite.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes composite.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/xml.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 xml.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/xml.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes xml.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/profiler.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 profiler.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/profiler.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes profiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/decompress.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 decompress.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/decompress.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes decompress.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/fontset.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 fontset.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/fontset.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes fontset.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/fringe.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 fringe.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/fringe.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes fringe.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/image.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 image.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/image.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes image.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/nsterm.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 nsterm.m | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/nsterm.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes nsterm.m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/nsfns.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 nsfns.m | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/nsfns.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes nsfns.m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/nsmenu.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 nsmenu.m | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/nsmenu.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes nsmenu.m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/nsselect.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 nsselect.m | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/nsselect.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes nsselect.m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/nsimage.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 nsimage.m | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/nsimage.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes nsimage.m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/macfont.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 macfont.m | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/macfont.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes macfont.m -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/terminfo.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 terminfo.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/terminfo.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes terminfo.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/lastfile.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 lastfile.c | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=native -c -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/lastfile.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes lastfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -Demacs -I. -I. -I../lib -I../lib -I/usr/X11/include -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -I/usr/include/libxml2 -MMD -MF deps/.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -g3 -O2 -fno-pie -prebind -framework AppKit -framework IOKit -Xlinker -headerpad -Xlinker 1000 -o temacs dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o decompress.o fontset.o fringe.o image.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o macfont.o terminfo.o lastfile.o ../lib/libgnu.a -ljpeg -L/usr/local/Cellar/glib/2.46.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.4/lib -L/usr/local/Cellar/gdk-pixbuf/2.32.2/lib -L/usr/local/Cellar/librsvg/2.40.12/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -L/usr/local/Cellar/imagemagick/6.9.2-8/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lxml2 -lncurses -L/usr/local/Cellar/gnutls/3.3.18/lib -lgnutls -lz | |
superenv removed: -I/usr/X11/include -I/usr/include/libxml2 -g3 -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -Demacs -I. -I../lib -D_REENTRANT -I/usr/local/Cellar/libpng/1.6.19/include/libpng16 -I/usr/local/Cellar/freetype/2.6_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.8/include/pixman-1 -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.4/include/cairo -I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/librsvg/2.40.12/include/librsvg-2.0 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.2-8/include/ImageMagick-6 -MMD -MF deps/.d -MP -I/usr/local/Cellar/libtasn1/4.7/include -I/usr/local/Cellar/nettle/2.7.1/include -I/usr/local/Cellar/gnutls/3.3.18/include -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -fno-pie -prebind -framework AppKit -framework IOKit -Xlinker -headerpad -Xlinker 1000 -o temacs dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o decompress.o fontset.o fringe.o image.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o macfont.o terminfo.o lastfile.o ../lib/libgnu.a -ljpeg -L/usr/local/Cellar/glib/2.46.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.14.4/lib -L/usr/local/Cellar/gdk-pixbuf/2.32.2/lib -L/usr/local/Cellar/librsvg/2.40.12/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -L/usr/local/Cellar/imagemagick/6.9.2-8/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lxml2 -lncurses -L/usr/local/Cellar/gnutls/3.3.18/lib -lgnutls -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc called with: -print-multiarch | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -print-multiarch -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc called with: -print-multiarch | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -print-multiarch -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc called with: -print-multiarch | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -print-multiarch -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/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 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-12-09 19:16:47 -0800 | |
make | |
install | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make info-real info-dir | |
umask 022; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/25.0-dev/share/man/man1" | |
umask 022; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/25.0-dev/share/applications" | |
mkdir: /usr/local/Cellar/emacs/25.0-dev/share: File exists | |
thisdir=`/bin/pwd`; \ | |
cd ./doc/man; \ | |
for page in *.1; do \ | |
test "$page" = ChangeLog.1 && continue; \ | |
dest=`echo "${page}" | sed -e 's/\.1$//' -e 's,x,x,'`.1; \ | |
(cd "${thisdir}"; \ | |
/usr/bin/install -c -m 644 ./doc/man/${page} "/usr/local/Cellar/emacs/25.0-dev/share/man/man1/${dest}"); \ | |
[ -n "/usr/bin/gzip" ] || continue ; \ | |
rm -f "/usr/local/Cellar/emacs/25.0-dev/share/man/man1/${dest}.gz"; \ | |
/usr/bin/gzip -9n "/usr/local/Cellar/emacs/25.0-dev/share/man/man1/${dest}" || true; \ | |
done | |
tmp=etc/emacs.tmpdesktop; rm -f ${tmp}; \ | |
emacs_name=`echo emacs | sed 's,x,x,'`; \ | |
sed -e "/^Exec=emacs/ s/emacs/${emacs_name}/" \ | |
-e "/^Icon=emacs/ s/emacs/${emacs_name}/" \ | |
./etc/emacs.desktop > ${tmp}; \ | |
/usr/bin/install -c -m 644 ${tmp} "/usr/local/Cellar/emacs/25.0-dev/share/applications/`echo emacs | sed 's,x,x,'`.desktop"; \ | |
rm -f ${tmp} | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
umask 022; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/25.0-dev/share/appdata" | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/lispref info | |
make[2]: Nothing to be done for `info'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/lispintro info | |
make[2]: Nothing to be done for `info'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/emacs info | |
make[2]: Nothing to be done for `info'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/misc info | |
make[1]: Nothing to be done for `info-dir'. | |
make[2]: Nothing to be done for `info'. | |
umask 022; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/25.0-dev/share/info/emacs" | |
tmp=etc/emacs.tmpappdata; rm -f ${tmp}; \ | |
sed -e "s/emacs\.desktop/`echo emacs | sed 's,x,x,'`.desktop/" \ | |
./etc/emacs.appdata.xml > ${tmp}; \ | |
/usr/bin/install -c -m 644 ${tmp} "/usr/local/Cellar/emacs/25.0-dev/share/appdata/`echo emacs | sed 's,x,x,'`.appdata.xml"; \ | |
rm -f ${tmp} | |
unset CDPATH; \ | |
thisdir=`/bin/pwd`; \ | |
exp_infodir=`cd "/usr/local/Cellar/emacs/25.0-dev/share/info/emacs" && /bin/pwd`; \ | |
if [ "`cd ./info && /bin/pwd`" = "$exp_infodir" ]; then \ | |
true; \ | |
else \ | |
[ -f "/usr/local/Cellar/emacs/25.0-dev/share/info/emacs/dir" ] || \ | |
[ ! -f ./info/dir ] || \ | |
/usr/bin/install -c -m 644 ./info/dir "/usr/local/Cellar/emacs/25.0-dev/share/info/emacs/dir"; \ | |
info_misc=`/Applications/Xcode.app/Contents/Developer/usr/bin/make --no-print-directory -s -C doc/misc echo-info`; \ | |
cd ./info ; \ | |
for elt in emacs.info eintr.info elisp.info ${info_misc}; do \ | |
test "yes" = "no" && test ! -f $elt && continue; \ | |
for f in `ls $elt $elt-[1-9] $elt-[1-9][0-9] 2>/dev/null`; do \ | |
(cd "${thisdir}"; \ | |
/usr/bin/install -c -m 644 ./info/$f "/usr/local/Cellar/emacs/25.0-dev/share/info/emacs/$f"); \ | |
[ -n "/usr/bin/gzip" ] || continue ; \ | |
rm -f "/usr/local/Cellar/emacs/25.0-dev/share/info/emacs/$f.gz"; \ | |
/usr/bin/gzip -9n "/usr/local/Cellar/emacs/25.0-dev/share/info/emacs/$f"; \ | |
done; \ | |
(cd "${thisdir}"; \ | |
/usr/bin/install-info --info-dir="/usr/local/Cellar/emacs/25.0-dev/share/info/emacs" "/usr/local/Cellar/emacs/25.0-dev/share/info/emacs/$elt"); \ | |
done; \ | |
fi | |
make[2]: Nothing to be done for `all-am'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src all | |
thisdir=`/bin/pwd`; \ | |
cd ./etc/images/icons || exit 1; umask 022 ; \ | |
for dir in */*/apps */*/mimetypes; do \ | |
[ -d ${dir} ] || continue ; \ | |
( cd "${thisdir}"; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/25.0-dev/share/icons/${dir}" ) ; \ | |
for icon in ${dir}/emacs[.-]*; do \ | |
[ -r ${icon} ] || continue ; \ | |
ext=`echo "${icon}" | sed -e 's|.*\.||'`; \ | |
dest=`echo "${icon}" | sed -e 's|.*/||' -e "s|\\.${ext}\$||" -e 's/emacs/emacs/' -e 's,x,x,'`.${ext} ; \ | |
( cd "${thisdir}"; \ | |
/usr/bin/install -c -m 644 ./etc/images/icons/${icon} "/usr/local/Cellar/emacs/25.0-dev/share/icons/${dir}/${dest}" ) \ | |
|| exit 1; \ | |
done ; \ | |
done | |
make[1]: Nothing to be done for `all'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all | |
make[1]: Circular bootstrap-emacs <- temacs dependency dropped. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript.el | |
make[2]: Nothing to be done for `charscript.el'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.el | |
make[2]: Nothing to be done for `cp51932.el'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.el | |
make[2]: Nothing to be done for `eucjp-ms.el'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim leim-list.el EMACS="../src/bootstrap-emacs" | |
make[2]: Nothing to be done for `leim-list.el'. | |
make[2]: Nothing to be done for `all'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../nextstep all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../src emacs | |
make[3]: Circular bootstrap-emacs <- temacs dependency dropped. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript.el | |
make[4]: Nothing to be done for `charscript.el'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.el | |
make[4]: Nothing to be done for `cp51932.el'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.el | |
make[4]: Nothing to be done for `eucjp-ms.el'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim leim-list.el EMACS="../src/bootstrap-emacs" | |
make[4]: Nothing to be done for `leim-list.el'. | |
make[4]: Nothing to be done for `all'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src maybe-blessmail | |
make[1]: Nothing to be done for `maybe-blessmail'. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim all EMACS="../src/emacs" | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/grammars all EMACS="../../src/emacs" | |
make[2]: Nothing to be done for `all'. | |
make[2]: Nothing to be done for `all'. | |
make[2]: Nothing to be done for `compile-targets'. | |
set "/usr/local/Cellar/emacs/25.0-dev/share/emacs/25.0.50/etc" "/usr/local/Cellar/emacs/25.0-dev/share/emacs/25.0.50/lisp" ; \ | |
unset CDPATH; \ | |
for installuser in ${LOGNAME} ${USERNAME} ${USER} `id -un 2> /dev/null`; do [ -n "${installuser}" ] && break ; done; \ | |
for dir in ./etc ./lisp ; do \ | |
[ -d ${dir} ] || exit 1 ; \ | |
dest="$1" ; shift ; \ | |
if [ -d "${dest}" ]; then \ | |
exp_dest=`cd "${dest}" && /bin/pwd`; \ | |
[ "$exp_dest" = "`cd ${dir} && /bin/pwd`" ] && continue ; \ | |
else true; \ | |
fi; \ | |
rm -rf "${dest}" ; \ | |
umask 022; build-aux/install-sh -c -d "${dest}" ; \ | |
printf 'Copying %s to %s...\n' "$dir" "$dest" ; \ | |
(cd ${dir}; tar -chf - . ) \ | |
| (cd "${dest}"; umask 022; \ | |
tar -xvf - && cat > /dev/null) || exit 1; \ | |
if [ "${dir}" = "./etc" ]; then \ | |
rm -f "${dest}/DOC"* ; \ | |
rm -f "${dest}/refcards"/*.aux "${dest}/refcards"/*.dvi; \ | |
rm -f "${dest}/refcards"/*.log; \ | |
else true; \ | |
fi; \ | |
(cd "${dest}" || exit 1; \ | |
for subdir in `find . -type d -print` ; do \ | |
chmod a+rx ${subdir} ; \ | |
rm -f ${subdir}/.gitignore ; \ | |
rm -f ${subdir}/.arch-inventory ; \ | |
rm -f ${subdir}/.DS_Store ; \ | |
rm -f ${subdir}/#* ; \ | |
rm -f ${subdir}/.#* ; \ | |
rm -f ${subdir}/*~ ; \ | |
rm -f ${subdir}/*.orig ; \ | |
rm -f ${subdir}/ChangeLog* ; \ | |
[ "${dir}" != "./etc" ] && \ | |
rm -f ${subdir}/[mM]akefile*[.-]in ${subdir}/[mM]akefile ; \ | |
done ); \ | |
find "${dest}" -exec chown ${installuser} {} ';' ;\ | |
done | |
Copying ./etc to /usr/local/Cellar/emacs/25.0-dev/share/emacs/25.0.50/etc... | |
x ./ | |
x ./AUTHORS | |
x ./CALC-NEWS | |
x ./CENSORSHIP | |
x ./ChangeLog.1 | |
x ./charsets/ | |
x ./compilation.txt | |
x ./COPYING | |
x ./DEBUG | |
x ./DEVEL.HUMOR | |
x ./DISTRIB | |
x ./DOC | |
x ./e/ | |
x ./edt-user.el | |
x ./emacs-buffer.gdb | |
x ./emacs.appdata.xml | |
x ./emacs.desktop | |
x ./emacs.icon | |
x ./enriched.txt | |
x ./ERC-NEWS | |
x ./ETAGS.EBNF | |
x ./ETAGS.README | |
x ./forms/ | |
x ./FTP | |
x ./future-bug | |
x ./GNU | |
x ./gnus/ | |
x ./GNUS-NEWS | |
x ./gnus-tut.txt | |
x ./grep.txt | |
x ./HELLO | |
x ./HISTORY | |
x ./images/ | |
x ./JOKES | |
x ./LINUX-GNU | |
x ./MACHINES | |
x ./MH-E-NEWS | |
x ./MORE.STUFF | |
x ./NEWS | |
x ./NEWS.1-17 | |
x ./NEWS.18 | |
x ./NEWS.19 | |
x ./NEWS.20 | |
x ./NEWS.21 | |
x ./NEWS.22 | |
x ./NEWS.23 | |
x ./NEWS.24 | |
x ./NEXTSTEP | |
x ./nxml/ | |
x ./NXML-NEWS | |
x ./ORDERS | |
x ./org/ | |
x ./ORG-NEWS | |
x ./package-keyring.gpg | |
x ./PROBLEMS | |
x ./ps-prin0.ps | |
x ./ps-prin1.ps | |
x ./publicsuffix.txt | |
x ./README | |
x ./refcards/ | |
x ./rgb.txt | |
x ./schema/ | |
x ./ses-example.ses | |
x ./spook.lines | |
x ./srecode/ | |
x ./TERMS | |
x ./THE-GNU-PROJECT | |
x ./themes/ | |
x ./TODO | |
x ./tutorials/ | |
x ./WHY-FREE | |
x ./yow.lines | |
x ./tutorials/TUTORIAL | |
x ./tutorials/TUTORIAL.bg | |
x ./tutorials/TUTORIAL.cn | |
x ./tutorials/TUTORIAL.cs | |
x ./tutorials/TUTORIAL.de | |
x ./tutorials/TUTORIAL.eo | |
x ./tutorials/TUTORIAL.es | |
x ./tutorials/TUTORIAL.fr | |
x ./tutorials/TUTORIAL.he | |
x ./tutorials/TUTORIAL.it | |
x ./tutorials/TUTORIAL.ja | |
x ./tutorials/TUTORIAL.ko | |
x ./tutorials/TUTORIAL.nl | |
x ./tutorials/TUTORIAL.pl | |
x ./tutorials/TUTORIAL.pt_BR | |
x ./tutorials/TUTORIAL.ro | |
x ./tutorials/TUTORIAL.ru | |
x ./tutorials/TUTORIAL.sk | |
x ./tutorials/TUTORIAL.sl | |
x ./tutorials/TUTORIAL.sv | |
x ./tutorials/TUTORIAL.th | |
x ./tutorials/TUTORIAL.translators | |
x ./tutorials/TUTORIAL.zh | |
x ./themes/adwaita-theme.el | |
x ./themes/deeper-blue-theme.el | |
x ./themes/dichromacy-theme.el | |
x ./themes/leuven-theme.el | |
x ./themes/light-blue-theme.el | |
x ./themes/manoj-dark-theme.el | |
x ./themes/misterioso-theme.el | |
x ./themes/tango-dark-theme.el | |
x ./themes/tango-theme.el | |
x ./themes/tsdh-dark-theme.el | |
x ./themes/tsdh-light-theme.el | |
x ./themes/wheatgrass-theme.el | |
x ./themes/whiteboard-theme.el | |
x ./themes/wombat-theme.el | |
x ./srecode/c.srt | |
x ./srecode/cpp.srt | |
x ./srecode/default.srt | |
x ./srecode/doc-cpp.srt | |
x ./srecode/doc-default.srt | |
x ./srecode/doc-java.srt | |
x ./srecode/ede-autoconf.srt | |
x ./srecode/ede-make.srt | |
x ./srecode/el.srt | |
x ./srecode/getset-cpp.srt | |
x ./srecode/java.srt | |
x ./srecode/make.srt | |
x ./srecode/template.srt | |
x ./srecode/test.srt | |
x ./srecode/texi.srt | |
x ./srecode/wisent.srt | |
x ./schema/calstbl.rnc | |
x ./schema/dbcalstbl.rnc | |
x ./schema/dbhier.rnc | |
x ./schema/dbnotn.rnc | |
x ./schema/dbpool.rnc | |
x ./schema/dbstart.rnc | |
x ./schema/docbook.rnc | |
x ./schema/locate.rnc | |
x ./schema/rdfxml.rnc | |
x ./schema/README | |
x ./schema/relaxng.rnc | |
x ./schema/schemas.xml | |
x ./schema/xhtml-applet.rnc | |
x ./schema/xhtml-attribs.rnc | |
x ./schema/xhtml-base.rnc | |
x ./schema/xhtml-bdo.rnc | |
x ./schema/xhtml-bform.rnc | |
x ./schema/xhtml-btable.rnc | |
x ./schema/xhtml-csismap.rnc | |
x ./schema/xhtml-datatypes.rnc | |
x ./schema/xhtml-edit.rnc | |
x ./schema/xhtml-events.rnc | |
x ./schema/xhtml-form.rnc | |
x ./schema/xhtml-frames.rnc | |
x ./schema/xhtml-hypertext.rnc | |
x ./schema/xhtml-iframe.rnc | |
x ./schema/xhtml-image.rnc | |
x ./schema/xhtml-inlstyle.rnc | |
x ./schema/xhtml-legacy.rnc | |
x ./schema/xhtml-link.rnc | |
x ./schema/xhtml-lst.rnc | |
x ./schema/xhtml-meta.rnc | |
x ./schema/xhtml-nameident.rnc | |
x ./schema/xhtml-object.rnc | |
x ./schema/xhtml-param.rnc | |
x ./schema/xhtml-pres.rnc | |
x ./schema/xhtml-ruby.rnc | |
x ./schema/xhtml-script.rnc | |
x ./schema/xhtml-ssismap.rnc | |
x ./schema/xhtml-struct.rnc | |
x ./schema/xhtml-table.rnc | |
x ./schema/xhtml-text.rnc | |
x ./schema/xhtml-tgt.rnc | |
x ./schema/xhtml-xstyle.rnc | |
x ./schema/xhtml.rnc | |
x ./schema/xslt.rnc | |
x ./refcards/calccard.tex | |
x ./refcards/cs-dired-ref.tex | |
x ./refcards/cs-refcard.tex | |
x ./refcards/cs-survival.tex | |
x ./refcards/de-refcard.tex | |
x ./refcards/dired-ref.tex | |
x ./refcards/emacsver.tex | |
x ./refcards/emacsver.tex.in | |
x ./refcards/fr-dired-ref.tex | |
x ./refcards/fr-refcard.tex | |
x ./refcards/fr-survival.tex | |
x ./refcards/gnus-logo.eps | |
x ./refcards/gnus-logo.pdf | |
x ./refcards/gnus-refcard.tex | |
x ./refcards/Makefile | |
x ./refcards/orgcard.tex | |
x ./refcards/pdflayout.sty | |
x ./refcards/pl-refcard.tex | |
x ./refcards/pt-br-refcard.tex | |
x ./refcards/README | |
x ./refcards/refcard.tex | |
x ./refcards/ru-refcard.tex | |
x ./refcards/sk-dired-ref.tex | |
x ./refcards/sk-refcard.tex | |
x ./refcards/sk-survival.tex | |
x ./refcards/survival.tex | |
x ./refcards/vipcard.tex | |
x ./refcards/viperCard.tex | |
x ./org/OrgOdtContentTemplate.xml | |
x ./org/OrgOdtStyles.xml | |
x ./org/README | |
x ./nxml/00000-0007F.el | |
x ./nxml/00080-000FF.el | |
x ./nxml/00100-0017F.el | |
x ./nxml/00180-0024F.el | |
x ./nxml/00250-002AF.el | |
x ./nxml/002B0-002FF.el | |
x ./nxml/00300-0036F.el | |
x ./nxml/00370-003FF.el | |
x ./nxml/00400-004FF.el | |
x ./nxml/00500-0052F.el | |
x ./nxml/00530-0058F.el | |
x ./nxml/00590-005FF.el | |
x ./nxml/00600-006FF.el | |
x ./nxml/00700-0074F.el | |
x ./nxml/00780-007BF.el | |
x ./nxml/00900-0097F.el | |
x ./nxml/00980-009FF.el | |
x ./nxml/00A00-00A7F.el | |
x ./nxml/00A80-00AFF.el | |
x ./nxml/00B00-00B7F.el | |
x ./nxml/00B80-00BFF.el | |
x ./nxml/00C00-00C7F.el | |
x ./nxml/00C80-00CFF.el | |
x ./nxml/00D00-00D7F.el | |
x ./nxml/00D80-00DFF.el | |
x ./nxml/00E00-00E7F.el | |
x ./nxml/00E80-00EFF.el | |
x ./nxml/00F00-00FFF.el | |
x ./nxml/01000-0109F.el | |
x ./nxml/010A0-010FF.el | |
x ./nxml/01100-011FF.el | |
x ./nxml/01200-0137F.el | |
x ./nxml/013A0-013FF.el | |
x ./nxml/01400-0167F.el | |
x ./nxml/01680-0169F.el | |
x ./nxml/016A0-016FF.el | |
x ./nxml/01700-0171F.el | |
x ./nxml/01720-0173F.el | |
x ./nxml/01740-0175F.el | |
x ./nxml/01760-0177F.el | |
x ./nxml/01780-017FF.el | |
x ./nxml/01800-018AF.el | |
x ./nxml/01E00-01EFF.el | |
x ./nxml/01F00-01FFF.el | |
x ./nxml/02000-0206F.el | |
x ./nxml/02070-0209F.el | |
x ./nxml/020A0-020CF.el | |
x ./nxml/020D0-020FF.el | |
x ./nxml/02100-0214F.el | |
x ./nxml/02150-0218F.el | |
x ./nxml/02190-021FF.el | |
x ./nxml/02200-022FF.el | |
x ./nxml/02300-023FF.el | |
x ./nxml/02400-0243F.el | |
x ./nxml/02440-0245F.el | |
x ./nxml/02460-024FF.el | |
x ./nxml/02500-0257F.el | |
x ./nxml/02580-0259F.el | |
x ./nxml/025A0-025FF.el | |
x ./nxml/02600-026FF.el | |
x ./nxml/02700-027BF.el | |
x ./nxml/027C0-027EF.el | |
x ./nxml/027F0-027FF.el | |
x ./nxml/02800-028FF.el | |
x ./nxml/02900-0297F.el | |
x ./nxml/02980-029FF.el | |
x ./nxml/02A00-02AFF.el | |
x ./nxml/02E80-02EFF.el | |
x ./nxml/02F00-02FDF.el | |
x ./nxml/02FF0-02FFF.el | |
x ./nxml/03000-0303F.el | |
x ./nxml/03040-0309F.el | |
x ./nxml/030A0-030FF.el | |
x ./nxml/03100-0312F.el | |
x ./nxml/03130-0318F.el | |
x ./nxml/03190-0319F.el | |
x ./nxml/031A0-031BF.el | |
x ./nxml/031F0-031FF.el | |
x ./nxml/03200-032FF.el | |
x ./nxml/03300-033FF.el | |
x ./nxml/03400-04DBF.el | |
x ./nxml/0A000-0A48F.el | |
x ./nxml/0A490-0A4CF.el | |
x ./nxml/0FB00-0FB4F.el | |
x ./nxml/0FB50-0FDFF.el | |
x ./nxml/0FE00-0FE0F.el | |
x ./nxml/0FE20-0FE2F.el | |
x ./nxml/0FE30-0FE4F.el | |
x ./nxml/0FE50-0FE6F.el | |
x ./nxml/0FE70-0FEFF.el | |
x ./nxml/0FF00-0FFEF.el | |
x ./nxml/0FFF0-0FFFF.el | |
x ./nxml/10300-1032F.el | |
x ./nxml/10330-1034F.el | |
x ./nxml/10400-1044F.el | |
x ./nxml/1D000-1D0FF.el | |
x ./nxml/1D100-1D1FF.el | |
x ./nxml/1D400-1D7FF.el | |
x ./nxml/E0000-E007F.el | |
x ./nxml/README | |
x ./nxml/test-invalid.xml | |
x ./nxml/test-valid.xml | |
x ./images/attach.pbm | |
x ./images/attach.xpm | |
x ./images/back-arrow.pbm | |
x ./images/back-arrow.xpm | |
x ./images/bookmark_add.pbm | |
x ./images/bookmark_add.xpm | |
x ./images/cancel.pbm | |
x ./images/cancel.xpm | |
x ./images/checked.xpm | |
x ./images/close.pbm | |
x ./images/close.xpm | |
x ./images/connect.pbm | |
x ./images/connect.xpm | |
x ./images/contact.pbm | |
x ./images/contact.xpm | |
x ./images/copy.pbm | |
x ./images/copy.xpm | |
x ./images/custom/ | |
x ./images/cut.pbm | |
x ./images/cut.xpm | |
x ./images/data-save.pbm | |
x ./images/data-save.xpm | |
x ./images/delete.pbm | |
x ./images/delete.xpm | |
x ./images/describe.pbm | |
x ./images/describe.xpm | |
x ./images/diropen.pbm | |
x ./images/diropen.xpm | |
x ./images/disconnect.pbm | |
x ./images/disconnect.xpm | |
x ./images/exit.pbm | |
x ./images/exit.xpm | |
x ./images/ezimage/ | |
x ./images/fwd-arrow.pbm | |
x ./images/fwd-arrow.xpm | |
x ./images/gnus/ | |
x ./images/gnus.pbm | |
x ./images/gud/ | |
x ./images/help.pbm | |
x ./images/help.xpm | |
x ./images/home.pbm | |
x ./images/home.xpm | |
x ./images/icons/ | |
x ./images/index.pbm | |
x ./images/index.xpm | |
x ./images/info.pbm | |
x ./images/info.xpm | |
x ./images/jump-to.pbm | |
x ./images/jump-to.xpm | |
x ./images/left-arrow.pbm | |
x ./images/left-arrow.xpm | |
x ./images/letter.pbm | |
x ./images/letter.xpm | |
x ./images/lock-broken.pbm | |
x ./images/lock-broken.xpm | |
x ./images/lock-ok.pbm | |
x ./images/lock-ok.xpm | |
x ./images/lock.pbm | |
x ./images/lock.xpm | |
x ./images/low-color/ | |
x ./images/mail/ | |
x ./images/mh-logo.pbm | |
x ./images/mh-logo.xpm | |
x ./images/mpc/ | |
x ./images/new.pbm | |
x ./images/new.xpm | |
x ./images/newsticker/ | |
x ./images/next-node.pbm | |
x ./images/next-node.xpm | |
x ./images/next-page.pbm | |
x ./images/next-page.xpm | |
x ./images/open.pbm | |
x ./images/open.xpm | |
x ./images/paste.pbm | |
x ./images/paste.xpm | |
x ./images/preferences.pbm | |
x ./images/preferences.xpm | |
x ./images/prev-node.pbm | |
x ./images/prev-node.xpm | |
x ./images/print.pbm | |
x ./images/print.xpm | |
x ./images/README | |
x ./images/redo.pbm | |
x ./images/redo.xpm | |
x ./images/refresh.pbm | |
x ./images/refresh.xpm | |
x ./images/right-arrow.pbm | |
x ./images/right-arrow.xpm | |
x ./images/save.pbm | |
x ./images/save.xpm | |
x ./images/saveas.pbm | |
x ./images/saveas.xpm | |
x ./images/search-replace.pbm | |
x ./images/search-replace.xpm | |
x ./images/search.pbm | |
x ./images/search.xpm | |
x ./images/separator.pbm | |
x ./images/separator.xpm | |
x ./images/show.pbm | |
x ./images/show.xpm | |
x ./images/smilies/ | |
x ./images/sort-ascending.pbm | |
x ./images/sort-ascending.xpm | |
x ./images/sort-column-ascending.pbm | |
x ./images/sort-column-ascending.xpm | |
x ./images/sort-criteria.pbm | |
x ./images/sort-criteria.xpm | |
x ./images/sort-descending.pbm | |
x ./images/sort-descending.xpm | |
x ./images/sort-row-ascending.pbm | |
x ./images/sort-row-ascending.xpm | |
x ./images/spell.pbm | |
x ./images/spell.xpm | |
x ./images/splash.pbm | |
x ./images/splash.png | |
x ./images/splash.svg | |
x ./images/splash.xpm | |
x ./images/tree-widget/ | |
x ./images/unchecked.pbm | |
x ./images/unchecked.xpm | |
x ./images/undo.pbm | |
x ./images/undo.xpm | |
x ./images/up-arrow.pbm | |
x ./images/up-arrow.xpm | |
x ./images/up-node.pbm | |
x ./images/up-node.xpm | |
x ./images/zoom-in.pbm | |
x ./images/zoom-in.xpm | |
x ./images/zoom-out.pbm | |
x ./images/zoom-out.xpm | |
x ./images/tree-widget/default/ | |
x ./images/tree-widget/folder/ | |
x ./images/tree-widget/folder/close.png | |
x ./images/tree-widget/folder/close.xpm | |
x ./images/tree-widget/folder/empty.png | |
x ./images/tree-widget/folder/empty.xpm | |
x ./images/tree-widget/folder/end-guide.png | |
x ./images/tree-widget/folder/end-guide.xpm | |
x ./images/tree-widget/folder/guide.png | |
x ./images/tree-widget/folder/guide.xpm | |
x ./images/tree-widget/folder/handle.png | |
x ./images/tree-widget/folder/handle.xpm | |
x ./images/tree-widget/folder/leaf.png | |
x ./images/tree-widget/folder/leaf.xpm | |
x ./images/tree-widget/folder/no-guide.png | |
x ./images/tree-widget/folder/no-guide.xpm | |
x ./images/tree-widget/folder/no-handle.png | |
x ./images/tree-widget/folder/no-handle.xpm | |
x ./images/tree-widget/folder/open.png | |
x ./images/tree-widget/folder/open.xpm | |
x ./images/tree-widget/folder/README | |
x ./images/tree-widget/default/close.png | |
x ./images/tree-widget/default/close.xpm | |
x ./images/tree-widget/default/empty.png | |
x ./images/tree-widget/default/empty.xpm | |
x ./images/tree-widget/default/end-guide.png | |
x ./images/tree-widget/default/end-guide.xpm | |
x ./images/tree-widget/default/guide.png | |
x ./images/tree-widget/default/guide.xpm | |
x ./images/tree-widget/default/handle.png | |
x ./images/tree-widget/default/handle.xpm | |
x ./images/tree-widget/default/leaf.png | |
x ./images/tree-widget/default/leaf.xpm | |
x ./images/tree-widget/default/no-guide.png | |
x ./images/tree-widget/default/no-guide.xpm | |
x ./images/tree-widget/default/no-handle.png | |
x ./images/tree-widget/default/no-handle.xpm | |
x ./images/tree-widget/default/open.png | |
x ./images/tree-widget/default/open.xpm | |
x ./images/tree-widget/default/README | |
x ./images/smilies/blink.pbm | |
x ./images/smilies/blink.xpm | |
x ./images/smilies/braindamaged.pbm | |
x ./images/smilies/braindamaged.xpm | |
x ./images/smilies/cry.pbm | |
x ./images/smilies/cry.xpm | |
x ./images/smilies/dead.pbm | |
x ./images/smilies/dead.xpm | |
x ./images/smilies/evil.pbm | |
x ./images/smilies/evil.xpm | |
x ./images/smilies/forced.pbm | |
x ./images/smilies/forced.xpm | |
x ./images/smilies/frown.pbm | |
x ./images/smilies/frown.xpm | |
x ./images/smilies/grayscale/ | |
x ./images/smilies/grin.pbm | |
x ./images/smilies/grin.xpm | |
x ./images/smilies/indifferent.pbm | |
x ./images/smilies/indifferent.xpm | |
x ./images/smilies/medium/ | |
x ./images/smilies/README | |
x ./images/smilies/sad.pbm | |
x ./images/smilies/sad.xpm | |
x ./images/smilies/smile.pbm | |
x ./images/smilies/smile.xpm | |
x ./images/smilies/wry.pbm | |
x ./images/smilies/wry.xpm | |
x ./images/smilies/medium/blink.xpm | |
x ./images/smilies/medium/braindamaged.xpm | |
x ./images/smilies/medium/cry.xpm | |
x ./images/smilies/medium/dead.xpm | |
x ./images/smilies/medium/evil.xpm | |
x ./images/smilies/medium/forced.xpm | |
x ./images/smilies/medium/frown.xpm | |
x ./images/smilies/medium/grin.xpm | |
x ./images/smilies/medium/indifferent.xpm | |
x ./images/smilies/medium/README | |
x ./images/smilies/medium/reverse-smile.xpm | |
x ./images/smilies/medium/sad.xpm | |
x ./images/smilies/medium/smile.xpm | |
x ./images/smilies/medium/wry.xpm | |
x ./images/smilies/grayscale/blink.xpm | |
x ./images/smilies/grayscale/braindamaged.xpm | |
x ./images/smilies/grayscale/cry.xpm | |
x ./images/smilies/grayscale/dead.xpm | |
x ./images/smilies/grayscale/evil.xpm | |
x ./images/smilies/grayscale/forced.xpm | |
x ./images/smilies/grayscale/frown.xpm | |
x ./images/smilies/grayscale/grin.xpm | |
x ./images/smilies/grayscale/indifferent.xpm | |
x ./images/smilies/grayscale/README | |
x ./images/smilies/grayscale/reverse-smile.xpm | |
x ./images/smilies/grayscale/sad.xpm | |
x ./images/smilies/grayscale/smile.xpm | |
x ./images/smilies/grayscale/wry.xpm | |
x ./images/newsticker/browse-url.xpm | |
x ./images/newsticker/get-all.xpm | |
x ./images/newsticker/mark-immortal.xpm | |
x ./images/newsticker/mark-read.xpm | |
x ./images/newsticker/narrow.xpm | |
x ./images/newsticker/next-feed.xpm | |
x ./images/newsticker/next-item.xpm | |
x ./images/newsticker/prev-feed.xpm | |
x ./images/newsticker/prev-item.xpm | |
x ./images/newsticker/README | |
x ./images/newsticker/rss-feed.png | |
x ./images/newsticker/rss-feed.svg | |
x ./images/newsticker/update.xpm | |
x ./images/mpc/add.pbm | |
x ./images/mpc/add.xpm | |
x ./images/mpc/ffwd.pbm | |
x ./images/mpc/ffwd.xpm | |
x ./images/mpc/next.pbm | |
x ./images/mpc/next.xpm | |
x ./images/mpc/pause.pbm | |
x ./images/mpc/pause.xpm | |
x ./images/mpc/play.pbm | |
x ./images/mpc/play.xpm | |
x ./images/mpc/prev.pbm | |
x ./images/mpc/prev.xpm | |
x ./images/mpc/README | |
x ./images/mpc/rewind.pbm | |
x ./images/mpc/rewind.xpm | |
x ./images/mpc/stop.pbm | |
x ./images/mpc/stop.xpm | |
x ./images/mail/compose.pbm | |
x ./images/mail/compose.xpm | |
x ./images/mail/copy.pbm | |
x ./images/mail/copy.xpm | |
x ./images/mail/flag-for-followup.pbm | |
x ./images/mail/flag-for-followup.xpm | |
x ./images/mail/forward.pbm | |
x ./images/mail/forward.xpm | |
x ./images/mail/inbox.pbm | |
x ./images/mail/inbox.xpm | |
x ./images/mail/move.pbm | |
x ./images/mail/move.xpm | |
x ./images/mail/not-spam.pbm | |
x ./images/mail/not-spam.xpm | |
x ./images/mail/outbox.pbm | |
x ./images/mail/outbox.xpm | |
x ./images/mail/preview.pbm | |
x ./images/mail/preview.xpm | |
x ./images/mail/README | |
x ./images/mail/repack.pbm | |
x ./images/mail/repack.xpm | |
x ./images/mail/reply-all.pbm | |
x ./images/mail/reply-all.xpm | |
x ./images/mail/reply-from.pbm | |
x ./images/mail/reply-from.xpm | |
x ./images/mail/reply-to.pbm | |
x ./images/mail/reply-to.xpm | |
x ./images/mail/reply.pbm | |
x ./images/mail/reply.xpm | |
x ./images/mail/save-draft.pbm | |
x ./images/mail/save-draft.xpm | |
x ./images/mail/save.xpm | |
x ./images/mail/send.pbm | |
x ./images/mail/send.xpm | |
x ./images/mail/spam.xpm | |
x ./images/low-color/back-arrow.xpm | |
x ./images/low-color/copy.xpm | |
x ./images/low-color/cut.xpm | |
x ./images/low-color/fwd-arrow.xpm | |
x ./images/low-color/help.xpm | |
x ./images/low-color/home.xpm | |
x ./images/low-color/index.xpm | |
x ./images/low-color/jump-to.xpm | |
x ./images/low-color/left-arrow.xpm | |
x ./images/low-color/new.xpm | |
x ./images/low-color/next-node.xpm | |
x ./images/low-color/open.xpm | |
x ./images/low-color/paste.xpm | |
x ./images/low-color/preferences.xpm | |
x ./images/low-color/prev-node.xpm | |
x ./images/low-color/print.xpm | |
x ./images/low-color/README | |
x ./images/low-color/right-arrow.xpm | |
x ./images/low-color/save.xpm | |
x ./images/low-color/saveas.xpm | |
x ./images/low-color/search.xpm | |
x ./images/low-color/spell.xpm | |
x ./images/low-color/undo.xpm | |
x ./images/low-color/up-arrow.xpm | |
x ./images/low-color/up-node.xpm | |
x ./images/icons/allout-widgets/ | |
x ./images/icons/hicolor/ | |
x ./images/icons/README | |
x ./images/icons/hicolor/128x128/ | |
x ./images/icons/hicolor/16x16/ | |
x ./images/icons/hicolor/24x24/ | |
x ./images/icons/hicolor/32x32/ | |
x ./images/icons/hicolor/48x48/ | |
x ./images/icons/hicolor/scalable/ | |
x ./images/icons/hicolor/scalable/apps/ | |
x ./images/icons/hicolor/scalable/mimetypes/ | |
x ./images/icons/hicolor/scalable/mimetypes/emacs-document.svg | |
x ./images/icons/hicolor/scalable/mimetypes/emacs-document23.svg | |
x ./images/icons/hicolor/scalable/apps/emacs.svg | |
x ./images/icons/hicolor/scalable/apps/emacs23.svg | |
x ./images/icons/hicolor/48x48/apps/ | |
x ./images/icons/hicolor/48x48/apps/emacs.png | |
x ./images/icons/hicolor/48x48/apps/emacs22.png | |
x ./images/icons/hicolor/48x48/apps/emacs23.png | |
x ./images/icons/hicolor/32x32/apps/ | |
x ./images/icons/hicolor/32x32/apps/emacs.png | |
x ./images/icons/hicolor/32x32/apps/emacs22.png | |
x ./images/icons/hicolor/32x32/apps/emacs23.png | |
x ./images/icons/hicolor/24x24/apps/ | |
x ./images/icons/hicolor/24x24/apps/emacs.png | |
x ./images/icons/hicolor/24x24/apps/emacs22.png | |
x ./images/icons/hicolor/24x24/apps/emacs23.png | |
x ./images/icons/hicolor/16x16/apps/ | |
x ./images/icons/hicolor/16x16/apps/emacs.png | |
x ./images/icons/hicolor/16x16/apps/emacs22.png | |
x ./images/icons/hicolor/16x16/apps/emacs23.png | |
x ./images/icons/hicolor/128x128/apps/ | |
x ./images/icons/hicolor/128x128/apps/emacs.png | |
x ./images/icons/hicolor/128x128/apps/emacs23.png | |
x ./images/icons/allout-widgets/dark-bg/ | |
x ./images/icons/allout-widgets/light-bg/ | |
x ./images/icons/allout-widgets/light-bg/closed.png | |
x ./images/icons/allout-widgets/light-bg/closed.xpm | |
x ./images/icons/allout-widgets/light-bg/empty.png | |
x ./images/icons/allout-widgets/light-bg/empty.xpm | |
x ./images/icons/allout-widgets/light-bg/end-connector.png | |
x ./images/icons/allout-widgets/light-bg/end-connector.xpm | |
x ./images/icons/allout-widgets/light-bg/extender-connector.png | |
x ./images/icons/allout-widgets/light-bg/extender-connector.xpm | |
x ./images/icons/allout-widgets/light-bg/leaf.png | |
x ./images/icons/allout-widgets/light-bg/leaf.xpm | |
x ./images/icons/allout-widgets/light-bg/locked-encrypted.png | |
x ./images/icons/allout-widgets/light-bg/locked-encrypted.xpm | |
x ./images/icons/allout-widgets/light-bg/mid-connector.png | |
x ./images/icons/allout-widgets/light-bg/mid-connector.xpm | |
x ./images/icons/allout-widgets/light-bg/opened.png | |
x ./images/icons/allout-widgets/light-bg/opened.xpm | |
x ./images/icons/allout-widgets/light-bg/skip-descender.png | |
x ./images/icons/allout-widgets/light-bg/skip-descender.xpm | |
x ./images/icons/allout-widgets/light-bg/through-descender.png | |
x ./images/icons/allout-widgets/light-bg/through-descender.xpm | |
x ./images/icons/allout-widgets/light-bg/unlocked-encrypted.png | |
x ./images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm | |
x ./images/icons/allout-widgets/dark-bg/closed.png | |
x ./images/icons/allout-widgets/dark-bg/closed.xpm | |
x ./images/icons/allout-widgets/dark-bg/empty.png | |
x ./images/icons/allout-widgets/dark-bg/empty.xpm | |
x ./images/icons/allout-widgets/dark-bg/end-connector.png | |
x ./images/icons/allout-widgets/dark-bg/end-connector.xpm | |
x ./images/icons/allout-widgets/dark-bg/extender-connector.png | |
x ./images/icons/allout-widgets/dark-bg/extender-connector.xpm | |
x ./images/icons/allout-widgets/dark-bg/leaf.png | |
x ./images/icons/allout-widgets/dark-bg/leaf.xpm | |
x ./images/icons/allout-widgets/dark-bg/locked-encrypted.png | |
x ./images/icons/allout-widgets/dark-bg/locked-encrypted.xpm | |
x ./images/icons/allout-widgets/dark-bg/mid-connector.png | |
x ./images/icons/allout-widgets/dark-bg/mid-connector.xpm | |
x ./images/icons/allout-widgets/dark-bg/opened.png | |
x ./images/icons/allout-widgets/dark-bg/opened.xpm | |
x ./images/icons/allout-widgets/dark-bg/skip-descender.png | |
x ./images/icons/allout-widgets/dark-bg/skip-descender.xpm | |
x ./images/icons/allout-widgets/dark-bg/through-descender.png | |
x ./images/icons/allout-widgets/dark-bg/through-descender.xpm | |
x ./images/icons/allout-widgets/dark-bg/unlocked-encrypted.png | |
x ./images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm | |
x ./images/gud/all.pbm | |
x ./images/gud/all.xpm | |
x ./images/gud/break.pbm | |
x ./images/gud/break.xpm | |
x ./images/gud/cont.pbm | |
x ./images/gud/cont.xpm | |
x ./images/gud/down.pbm | |
x ./images/gud/down.xpm | |
x ./images/gud/finish.pbm | |
x ./images/gud/finish.xpm | |
x ./images/gud/go.pbm | |
x ./images/gud/go.xpm | |
x ./images/gud/next.pbm | |
x ./images/gud/next.xpm | |
x ./images/gud/nexti.pbm | |
x ./images/gud/nexti.xpm | |
x ./images/gud/pp.pbm | |
x ./images/gud/pp.xpm | |
x ./images/gud/print.pbm | |
x ./images/gud/print.xpm | |
x ./images/gud/pstar.pbm | |
x ./images/gud/pstar.xpm | |
x ./images/gud/rcont.pbm | |
x ./images/gud/rcont.xpm | |
x ./images/gud/README | |
x ./images/gud/recstart.pbm | |
x ./images/gud/recstart.xpm | |
x ./images/gud/recstop.pbm | |
x ./images/gud/recstop.xpm | |
x ./images/gud/remove.pbm | |
x ./images/gud/remove.xpm | |
x ./images/gud/rfinish.pbm | |
x ./images/gud/rfinish.xpm | |
x ./images/gud/rnext.pbm | |
x ./images/gud/rnext.xpm | |
x ./images/gud/rnexti.pbm | |
x ./images/gud/rnexti.xpm | |
x ./images/gud/rstep.pbm | |
x ./images/gud/rstep.xpm | |
x ./images/gud/rstepi.pbm | |
x ./images/gud/rstepi.xpm | |
x ./images/gud/run.pbm | |
x ./images/gud/run.xpm | |
x ./images/gud/step.pbm | |
x ./images/gud/step.xpm | |
x ./images/gud/stepi.pbm | |
x ./images/gud/stepi.xpm | |
x ./images/gud/stop.pbm | |
x ./images/gud/stop.xpm | |
x ./images/gud/thread.pbm | |
x ./images/gud/thread.xpm | |
x |
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