Skip to content

Instantly share code, notes, and snippets.

@JuPlutonic
Created April 21, 2021 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JuPlutonic/ad845584109f5d51c6ecf6b1433ac1ec to your computer and use it in GitHub Desktop.
Save JuPlutonic/ad845584109f5d51c6ecf6b1433ac1ec to your computer and use it in GitHub Desktop.
gcc-8 called with: -c -o /tmp/smlConfig-29697 /tmp/smlConfig-29697.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -c -o /tmp/smlConfig-29697 /tmp/smlConfig-29697.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -I../config -I../objs -I../include ../config/gen-common.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -I../config -I../objs -I../include ../config/gen-common.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../config -I../objs -I../include -o gen-sizes ../config/gen-sizes.c gen-common.o
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../config -I../objs -I../include -o gen-sizes ../config/gen-sizes.c gen-common.o -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/main.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/main.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../c-libs ../c-libs/c-libraries.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../c-libs ../c-libs/c-libraries.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -I../config -I../objs -I../include -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC ../config/unix-signals.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -I../config -I../objs -I../include -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC ../config/unix-signals.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -I../config -I../objs -I../include -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -o gen-unix-signals ../config/gen-unix-signals.c unix-signals.o gen-common.o
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -I../config -I../objs -I../include -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -o gen-unix-signals ../config/gen-unix-signals.c unix-signals.o gen-common.o -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../c-libs/unix-raise-syserr.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../c-libs/unix-raise-syserr.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/ml-options.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/ml-options.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/boot.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/boot.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/load-ml.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/load-ml.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/run-ml.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/run-ml.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/globals.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/globals.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/ml-state.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/ml-state.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/error.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/error.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/timers.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/timers.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/unix-timers.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/unix-timers.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/qualify-name.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/qualify-name.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/swap-bytes.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../kernel/swap-bytes.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/unix-fault.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/unix-fault.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/signal-util.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/signal-util.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -I../config -I../objs -I../include -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -o gen-unix-sigtbl ../config/gen-unix-sigtbl.c unix-signals.o gen-common.o
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -I../config -I../objs -I../include -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -o gen-unix-sigtbl ../config/gen-unix-sigtbl.c unix-signals.o gen-common.o -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/unix-signal.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/unix-signal.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/unix-prof.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/unix-prof.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../config -I../objs -I../include -o gen-offsets ../config/gen-offsets.c gen-common.o
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../config -I../objs -I../include -o gen-offsets ../config/gen-offsets.c gen-common.o -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
gcc called with: -x assembler-with-cpp -E -P -D_ASM_ -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/AMD64.prim.asm
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -x assembler-with-cpp -E -P -D_ASM_ -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include ../mach-dep/AMD64.prim.asm -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-os-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-os-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c poll.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c poll.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tmpname.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tmpname.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c smlnj-runt-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c smlnj-runt-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c alloc-code.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c alloc-code.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c argv.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c argv.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c raw-argv.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c raw-argv.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c shift-argv.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c shift-argv.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c cmd-name.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c cmd-name.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c blast-in.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c blast-in.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c blast-out.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c blast-out.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c debug.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c debug.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c dummy.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c dummy.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c export-heap.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c export-heap.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c export-fun.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c export-fun.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c gc-ctl.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c gc-ctl.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c itick.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c itick.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c mkexec.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c mkexec.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c mkliterals.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c mkliterals.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c record1.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c record1.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c record-concat.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c record-concat.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c sysinfo.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c sysinfo.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c setitimer.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c setitimer.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-sig-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-sig-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getsigmask.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getsigmask.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getsigstate.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getsigstate.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c listsignals.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c listsignals.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c pause.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c pause.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setsigmask.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setsigmask.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setsigstate.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setsigstate.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c smlnj-prof-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c smlnj-prof-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c getpquantum.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c getpquantum.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c setpref.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c setpref.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c setptimer.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -I../../gc -c setptimer.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-sock-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-sock-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gethostname.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gethostname.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getnetbyname.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getnetbyname.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getnetbyaddr.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getnetbyaddr.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gethostbyname.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gethostbyname.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gethostbyaddr.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gethostbyaddr.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getprotbyname.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getprotbyname.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getprotbynum.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getprotbynum.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getservbyname.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getservbyname.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getservbyport.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getservbyport.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlBROADCAST.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlBROADCAST.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlDEBUG.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlDEBUG.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlDONTROUTE.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlDONTROUTE.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlKEEPALIVE.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlKEEPALIVE.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlLINGER.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlLINGER.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlNODELAY.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlNODELAY.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlOOBINLINE.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlOOBINLINE.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlRCVBUF.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlRCVBUF.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlREUSEADDR.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlREUSEADDR.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlSNDBUF.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlSNDBUF.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getERROR.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getERROR.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getTYPE.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getTYPE.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setNBIO.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setNBIO.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getNREAD.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getNREAD.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getATMARK.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getATMARK.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpeername.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpeername.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getsockname.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getsockname.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c accept.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c accept.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c bind.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c bind.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c close.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c close.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c connect.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c connect.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c listen.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c listen.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c socket.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c socket.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c shutdown.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c shutdown.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c list-addr-families.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c list-addr-families.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c list-sock-types.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c list-sock-types.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getaddrfamily.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getaddrfamily.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c inetany.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c inetany.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c from-inetaddr.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c from-inetaddr.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c to-inetaddr.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c to-inetaddr.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c recv.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c recv.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c recvbuf.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c recvbuf.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c recvfrom.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c recvfrom.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c recvbuffrom.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c recvbuffrom.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sendbuf.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sendbuf.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sendbufto.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sendbufto.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c from-unixaddr.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c from-unixaddr.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c to-unixaddr.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c to-unixaddr.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c socketpair.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c socketpair.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c util-mkhostent.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c util-mkhostent.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c util-mknetent.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c util-mknetent.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c util-mkservent.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c util-mkservent.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c util-sockopt.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c util-sockopt.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tbl-addr-family.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tbl-addr-family.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tbl-sock-type.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tbl-sock-type.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-time-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-time-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gettime.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gettime.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c timeofday.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c timeofday.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-date-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-date-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gmtime.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c gmtime.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c localoffset.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c localoffset.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c localtime.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c localtime.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c mktime.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c mktime.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c strftime.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c strftime.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c unix-date.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c unix-date.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-math-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c smlnj-math-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlrndmode.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctlrndmode.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c atan64.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c atan64.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c cos64.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c cos64.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c exp64.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c exp64.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c log64.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c log64.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sin64.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sin64.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sqrt64.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sqrt64.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-process-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-process-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fork.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fork.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c exec.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c exec.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c execp.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c execp.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c exece.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c exece.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c waitpid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c waitpid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c exit.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c exit.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c kill.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c kill.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c alarm.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c alarm.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c pause.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c pause.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sleep.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sleep.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-procenv-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-procenv-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getppid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getppid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getuid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getuid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c geteuid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c geteuid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getgid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getgid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getegid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getegid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setuid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setuid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setgid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setgid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getgroups.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getgroups.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getlogin.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getlogin.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpgrp.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpgrp.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setsid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setsid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setpgid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c setpgid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c uname.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c uname.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c time.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c time.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c times.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c times.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getenv.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getenv.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c environ.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c environ.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctermid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ctermid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ttyname.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ttyname.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -x assembler-with-cpp -E -P tmp30775.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -x assembler-with-cpp -E -P tmp30775.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sysconf.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c sysconf.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c isatty.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c isatty.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-filesys-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-filesys-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c chdir.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c chdir.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getcwd.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getcwd.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c openf.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c openf.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c umask.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c umask.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c link.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c link.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c rename.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c rename.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c symlink.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c symlink.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c mkdir.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c mkdir.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c mkfifo.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c mkfifo.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c unlink.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c unlink.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c rmdir.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c rmdir.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c readlink.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c readlink.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c stat.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c stat.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c access.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c access.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c chmod.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c chmod.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fchmod.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fchmod.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c chown.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c chown.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fchown.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fchown.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ftruncate.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c ftruncate.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c utime.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c utime.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c opendir.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c opendir.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c readdir.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c readdir.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c rewinddir.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c rewinddir.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c closedir.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c closedir.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -x assembler-with-cpp -E -P tmp30936.c
superenv added: -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -x assembler-with-cpp -E -P tmp30936.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c pathconf.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c pathconf.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-io-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-io-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c pipe.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c pipe.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dup.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dup.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dup2.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dup2.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c close.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c close.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c read.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c read.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c readbuf.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c readbuf.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c write.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c write.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c writebuf.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c writebuf.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_d.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_d.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_gfd.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_gfd.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_sfd.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_sfd.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_gfl.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_gfl.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_sfl.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_sfl.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_l.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fcntl_l.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c lseek.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c lseek.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fsync.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c fsync.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-sysdb-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-sysdb-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getgrgid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getgrgid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getgrnam.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getgrnam.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpwuid.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpwuid.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpwnam.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c getpwnam.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-signal-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-signal-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-tty-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-tty-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c osval.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcdrain.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcdrain.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcflow.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcflow.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcflush.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcflush.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcgetattr.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcgetattr.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcgetpgrp.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcgetpgrp.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcsendbreak.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcsendbreak.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcsetattr.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcsetattr.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcsetpgrp.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tcsetpgrp.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-error-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-error-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-name-val.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c posix-name-val.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c errmsg.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c errmsg.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c geterror.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c geterror.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c listerrors.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c listerrors.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tbl-errno.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c tbl-errno.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc init-gc.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc init-gc.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc call-gc.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc call-gc.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc minor-gc.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc minor-gc.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc major-gc.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc major-gc.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc flip.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc flip.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc gc-util.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc gc-util.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc big-objects.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc big-objects.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc ml-objects.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc ml-objects.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc obj-info.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc obj-info.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc build-literals.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc build-literals.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc old-literals.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc old-literals.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc record-ops.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc record-ops.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc import-heap.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc import-heap.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc export-heap.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc export-heap.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc blast-in.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc blast-in.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc blast-out.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc blast-out.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc blast-gc.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc blast-gc.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc heap-in-util.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc heap-in-util.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc heap-out-util.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc heap-out-util.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc writer.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc writer.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc mem-writer.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc mem-writer.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc addr-hash.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc addr-hash.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -c -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc c-globals-tbl.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -c -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc c-globals-tbl.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc -c mem-mmap.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../objs -I../include -I../gc -c mem-mmap.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c unix-dynload-lib.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c unix-dynload-lib.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dlopen.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dlopen.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dlclose.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dlclose.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dlsym.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dlsym.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -O2 -m64 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dlerror.c
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -DARCH_AMD64 -DSIZE_64 -DOPSYS_UNIX -DOPSYS_LINUX -D_GNU_SOURCE -DGNU_ASSEMBLER -DDLOPEN -DINDIRECT_CFUNC -I../../objs -I../../include -I.. -c dlerror.c -isystem/home/linuxbrew/.linuxbrew/include
gcc called with: -std=gnu99 -Wall -o run.amd64-linux -O2 -m64 main.o c-libraries.o unix-raise-syserr.o ml-options.o boot.o load-ml.o run-ml.o globals.o ml-state.o error.o timers.o unix-timers.o qualify-name.o swap-bytes.o unix-fault.o signal-util.o unix-signal.o unix-prof.o prim.o ../c-libs/posix-os/libposix-os.a ../c-libs/smlnj-runtime/libsmlnj-runt.a ../c-libs/smlnj-signals/libsmlnj-sig.a ../c-libs/smlnj-prof/libsmlnj-prof.a ../c-libs/smlnj-sockets/libsmlnj-sock.a ../c-libs/smlnj-time/libsmlnj-time.a ../c-libs/smlnj-date/libsmlnj-date.a ../c-libs/smlnj-math/libsmlnj-math.a ../c-libs/posix-process/libposix-process.a ../c-libs/posix-procenv/libposix-procenv.a ../c-libs/posix-filesys/libposix-filesys.a ../c-libs/posix-io/libposix-io.a ../c-libs/posix-sysdb/libposix-sysdb.a ../c-libs/posix-signal/libposix-signal.a ../c-libs/posix-tty/libposix-tty.a ../c-libs/posix-error/libposix-error.a ../gc/libgc.a ../memory/libmem.a ../c-libs/dl/libunix-dynload.a -lm -ldl
superenv removed: -Wall -m64
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-8 -pipe -w -O2 -march=native -std=gnu99 -o run.amd64-linux main.o c-libraries.o unix-raise-syserr.o ml-options.o boot.o load-ml.o run-ml.o globals.o ml-state.o error.o timers.o unix-timers.o qualify-name.o swap-bytes.o unix-fault.o signal-util.o unix-signal.o unix-prof.o prim.o ../c-libs/posix-os/libposix-os.a ../c-libs/smlnj-runtime/libsmlnj-runt.a ../c-libs/smlnj-signals/libsmlnj-sig.a ../c-libs/smlnj-prof/libsmlnj-prof.a ../c-libs/smlnj-sockets/libsmlnj-sock.a ../c-libs/smlnj-time/libsmlnj-time.a ../c-libs/smlnj-date/libsmlnj-date.a ../c-libs/smlnj-math/libsmlnj-math.a ../c-libs/posix-process/libposix-process.a ../c-libs/posix-procenv/libposix-procenv.a ../c-libs/posix-filesys/libposix-filesys.a ../c-libs/posix-io/libposix-io.a ../c-libs/posix-sysdb/libposix-sysdb.a ../c-libs/posix-signal/libposix-signal.a ../c-libs/posix-tty/libposix-tty.a ../c-libs/posix-error/libposix-error.a ../gc/libgc.a ../memory/libmem.a ../c-libs/dl/libunix-dynload.a -lm -ldl -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/smlnj/110.99.1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment