Created
January 24, 2017 11:31
-
-
Save nijikon/3f2211200a574873e1b4ea3ab8d4668e to your computer and use it in GitHub Desktop.
hashcat on macOS 10.11.6 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for hashcat on macOS 10.11.6 | |
Build date: 2017-01-24 12:30:51 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.1.8-19-g714c1013f-dirty | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 714c1013f458855458af62a96479da8651408de5 | |
Last commit: 3 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: c1b97e2e03c9e750fc22aaa505fef30b869f1de9 | |
Core tap last commit: 6 days ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 8.0 build 800 | |
Git: 2.11.0 => /usr/local/bin/git | |
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.24.0_1/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/n/.rvm/rubies/ruby-2.4.0/bin/ruby | |
Java: 1.8.0_45 | |
macOS: 10.11.6-x86_64 | |
Xcode: 8.2.1 | |
CLT: 8.2.0.0.1.1480973914 | |
X11: 2.7.9 => /opt/X11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
cloog018 | |
[email protected] | |
Warning: You have uncommitted modifications to Homebrew | |
If this is a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /usr/local/Homebrew/Library && git stash && git clean -d -f | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install youtube-dl | |
Run `brew missing` for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hashcat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-01-24 12:30:35 +0100 | |
make | |
clean | |
rm -f obj/*.o *.bin *.exe *.so *.dll *.restore *.out *.pot *.log hashcat hashcat_shared core | |
rm -rf *.induct | |
rm -rf *.outfiles | |
rm -rf *.dSYM | |
rm -rf kernels |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-01-24 12:30:35 +0100 | |
make | |
install | |
CC=clang | |
PREFIX=/usr/local/Cellar/hashcat/3.30 | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/affinity.NATIVE.SHARED.o src/affinity.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/autotune.NATIVE.SHARED.o src/autotune.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/benchmark.NATIVE.SHARED.o src/benchmark.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/bitmap.NATIVE.SHARED.o src/bitmap.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/bitops.NATIVE.SHARED.o src/bitops.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/combinator.NATIVE.SHARED.o src/combinator.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/common.NATIVE.SHARED.o src/common.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/convert.NATIVE.SHARED.o src/convert.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpt.NATIVE.SHARED.o src/cpt.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_aes.NATIVE.SHARED.o src/cpu_aes.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_crc32.NATIVE.SHARED.o src/cpu_crc32.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_des.NATIVE.SHARED.o src/cpu_des.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_md4.NATIVE.SHARED.o src/cpu_md4.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_md5.NATIVE.SHARED.o src/cpu_md5.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_sha1.NATIVE.SHARED.o src/cpu_sha1.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_sha256.NATIVE.SHARED.o src/cpu_sha256.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/debugfile.NATIVE.SHARED.o src/debugfile.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/dictstat.NATIVE.SHARED.o src/dictstat.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/dispatch.NATIVE.SHARED.o src/dispatch.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/dynloader.NATIVE.SHARED.o src/dynloader.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/event.NATIVE.SHARED.o src/event.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_ADL.NATIVE.SHARED.o src/ext_ADL.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_nvapi.NATIVE.SHARED.o src/ext_nvapi.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_nvml.NATIVE.SHARED.o src/ext_nvml.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_OpenCL.NATIVE.SHARED.o src/ext_OpenCL.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_sysfs.NATIVE.SHARED.o src/ext_sysfs.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_xnvctrl.NATIVE.SHARED.o src/ext_xnvctrl.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/filehandling.NATIVE.SHARED.o src/filehandling.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/folder.NATIVE.SHARED.o src/folder.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/hashcat.NATIVE.SHARED.o src/hashcat.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/hashes.NATIVE.SHARED.o src/hashes.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/hlfmt.NATIVE.SHARED.o src/hlfmt.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/hwmon.NATIVE.SHARED.o src/hwmon.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/induct.NATIVE.SHARED.o src/induct.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/interface.NATIVE.SHARED.o src/interface.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/locking.NATIVE.SHARED.o src/locking.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/logfile.NATIVE.SHARED.o src/logfile.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/loopback.NATIVE.SHARED.o src/loopback.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/memory.NATIVE.SHARED.o src/memory.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/monitor.NATIVE.SHARED.o src/monitor.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/mpsp.NATIVE.SHARED.o src/mpsp.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/opencl.NATIVE.SHARED.o src/opencl.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/outfile_check.NATIVE.SHARED.o src/outfile_check.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/outfile.NATIVE.SHARED.o src/outfile.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/potfile.NATIVE.SHARED.o src/potfile.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/restore.NATIVE.SHARED.o src/restore.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/rp.NATIVE.SHARED.o src/rp.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/rp_cpu.NATIVE.SHARED.o src/rp_cpu.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/rp_kernel_on_cpu.NATIVE.SHARED.o src/rp_kernel_on_cpu.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/shared.NATIVE.SHARED.o src/shared.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/status.NATIVE.SHARED.o src/status.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/stdout.NATIVE.SHARED.o src/stdout.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/straight.NATIVE.SHARED.o src/straight.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/terminal.NATIVE.SHARED.o src/terminal.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/thread.NATIVE.SHARED.o src/thread.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/timer.NATIVE.SHARED.o src/timer.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/tuningdb.NATIVE.SHARED.o src/tuningdb.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/usage.NATIVE.SHARED.o src/usage.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/user_options.NATIVE.SHARED.o src/user_options.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/weak_hash.NATIVE.SHARED.o src/weak_hash.c | |
clang -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/wordlist.NATIVE.SHARED.o src/wordlist.c | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/hashcat | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/docs | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/hashcat/OpenCL | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/charsets | |
install -m 644 hashcat.hcstat /usr/local/Cellar/hashcat/3.30/share/hashcat/ | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/masks | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/rules | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/extra | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/extra/tab_completion | |
install -m 644 example.dict /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/ | |
install -m 644 example0.hash /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/ | |
install -m 644 example400.hash /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/ | |
install -m 644 example500.hash /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/ | |
install -m 755 example0.sh /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/ | |
install -m 755 example400.sh /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/ | |
install -m 755 example500.sh /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/ | |
install -m 644 extra/tab_completion/hashcat.sh /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/extra/tab_completion/ | |
install -m 644 extra/tab_completion/howto.txt /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/extra/tab_completion/ | |
install -m 755 extra/tab_completion/install /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/extra/tab_completion/ | |
find docs/ -type d -exec install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/{} \; | |
find docs/ -type f -exec install -m 644 {} /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/{} \; | |
install -m 644 hashcat.hctune /usr/local/Cellar/hashcat/3.30/share/hashcat/ | |
find OpenCL/ -type d -exec install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/hashcat/{} \; | |
find OpenCL/ -type f -exec install -m 644 {} /usr/local/Cellar/hashcat/3.30/share/hashcat/{} \; | |
find charsets/ -type d -exec install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/{} \; | |
find charsets/ -type f -exec install -m 644 {} /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/{} \; | |
find masks/ -type d -exec install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/{} \; | |
find masks/ -type f -exec install -m 644 {} /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/{} \; | |
find rules/ -type d -exec install -m 755 -d /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/{} \; | |
find rules/ -type f -exec install -m 644 {} /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/{} \; | |
gsed -i 's/\.\/hashcat/hashcat/' /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/example0.sh | |
gsed -i 's/\.\/hashcat/hashcat/' /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/example400.sh | |
gsed -i 's/\.\/hashcat/hashcat/' /usr/local/Cellar/hashcat/3.30/share/doc/hashcat/example500.sh | |
clang -o libhashcat.so obj/affinity.NATIVE.SHARED.o obj/autotune.NATIVE.SHARED.o obj/benchmark.NATIVE.SHARED.o obj/bitmap.NATIVE.SHARED.o obj/bitops.NATIVE.SHARED.o obj/combinator.NATIVE.SHARED.o obj/common.NATIVE.SHARED.o obj/convert.NATIVE.SHARED.o obj/cpt.NATIVE.SHARED.o obj/cpu_aes.NATIVE.SHARED.o obj/cpu_crc32.NATIVE.SHARED.o obj/cpu_des.NATIVE.SHARED.o obj/cpu_md4.NATIVE.SHARED.o obj/cpu_md5.NATIVE.SHARED.o obj/cpu_sha1.NATIVE.SHARED.o obj/cpu_sha256.NATIVE.SHARED.o obj/debugfile.NATIVE.SHARED.o obj/dictstat.NATIVE.SHARED.o obj/dispatch.NATIVE.SHARED.o obj/dynloader.NATIVE.SHARED.o obj/event.NATIVE.SHARED.o obj/ext_ADL.NATIVE.SHARED.o obj/ext_nvapi.NATIVE.SHARED.o obj/ext_nvml.NATIVE.SHARED.o obj/ext_OpenCL.NATIVE.SHARED.o obj/ext_sysfs.NATIVE.SHARED.o obj/ext_xnvctrl.NATIVE.SHARED.o obj/filehandling.NATIVE.SHARED.o obj/folder.NATIVE.SHARED.o obj/hashcat.NATIVE.SHARED.o obj/hashes.NATIVE.SHARED.o obj/hlfmt.NATIVE.SHARED.o obj/hwmon.NATIVE.SHARED.o obj/induct.NATIVE.SHARED.o obj/interface.NATIVE.SHARED.o obj/locking.NATIVE.SHARED.o obj/logfile.NATIVE.SHARED.o obj/loopback.NATIVE.SHARED.o obj/memory.NATIVE.SHARED.o obj/monitor.NATIVE.SHARED.o obj/mpsp.NATIVE.SHARED.o obj/opencl.NATIVE.SHARED.o obj/outfile_check.NATIVE.SHARED.o obj/outfile.NATIVE.SHARED.o obj/potfile.NATIVE.SHARED.o obj/restore.NATIVE.SHARED.o obj/rp.NATIVE.SHARED.o obj/rp_cpu.NATIVE.SHARED.o obj/rp_kernel_on_cpu.NATIVE.SHARED.o obj/shared.NATIVE.SHARED.o obj/status.NATIVE.SHARED.o obj/stdout.NATIVE.SHARED.o obj/straight.NATIVE.SHARED.o obj/terminal.NATIVE.SHARED.o obj/thread.NATIVE.SHARED.o obj/timer.NATIVE.SHARED.o obj/tuningdb.NATIVE.SHARED.o obj/usage.NATIVE.SHARED.o obj/user_options.NATIVE.SHARED.o obj/weak_hash.NATIVE.SHARED.o obj/wordlist.NATIVE.SHARED.o -s -framework OpenCL -lpthread -shared | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/lib | |
clang -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -o hashcat libhashcat.so src/main.c -s -framework OpenCL -lpthread -L. -lhashcat -Wl,-rpath . -DCOMPTIME=1485257435 -DVERSION_TAG=\"v3.30\" -DINSTALL_FOLDER=\"/usr/local/Cellar/hashcat/3.30/bin\" -DSHARED_FOLDER=\"/usr/local/Cellar/hashcat/3.30/share/hashcat\" -DDOCUMENT_FOLDER=\"/usr/local/Cellar/hashcat/3.30/share/doc/hashcat\" | |
install -m 755 libhashcat.so /usr/local/Cellar/hashcat/3.30/lib/ | |
install -m 755 -d /usr/local/Cellar/hashcat/3.30/bin | |
install -m 755 hashcat /usr/local/Cellar/hashcat/3.30/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/affinity.NATIVE.SHARED.o src/affinity.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/affinity.NATIVE.SHARED.o src/affinity.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/autotune.NATIVE.SHARED.o src/autotune.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/autotune.NATIVE.SHARED.o src/autotune.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/benchmark.NATIVE.SHARED.o src/benchmark.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/benchmark.NATIVE.SHARED.o src/benchmark.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/bitmap.NATIVE.SHARED.o src/bitmap.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/bitmap.NATIVE.SHARED.o src/bitmap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/bitops.NATIVE.SHARED.o src/bitops.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/bitops.NATIVE.SHARED.o src/bitops.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/convert.NATIVE.SHARED.o src/convert.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/convert.NATIVE.SHARED.o src/convert.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/debugfile.NATIVE.SHARED.o src/debugfile.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/debugfile.NATIVE.SHARED.o src/debugfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/common.NATIVE.SHARED.o src/common.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/common.NATIVE.SHARED.o src/common.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_md5.NATIVE.SHARED.o src/cpu_md5.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/cpu_md5.NATIVE.SHARED.o src/cpu_md5.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_xnvctrl.NATIVE.SHARED.o src/ext_xnvctrl.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/ext_xnvctrl.NATIVE.SHARED.o src/ext_xnvctrl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/hwmon.NATIVE.SHARED.o src/hwmon.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/hwmon.NATIVE.SHARED.o src/hwmon.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_ADL.NATIVE.SHARED.o src/ext_ADL.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/ext_ADL.NATIVE.SHARED.o src/ext_ADL.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_aes.NATIVE.SHARED.o src/cpu_aes.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/cpu_aes.NATIVE.SHARED.o src/cpu_aes.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_md4.NATIVE.SHARED.o src/cpu_md4.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/cpu_md4.NATIVE.SHARED.o src/cpu_md4.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/hashes.NATIVE.SHARED.o src/hashes.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/hashes.NATIVE.SHARED.o src/hashes.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/combinator.NATIVE.SHARED.o src/combinator.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/combinator.NATIVE.SHARED.o src/combinator.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/dispatch.NATIVE.SHARED.o src/dispatch.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/dispatch.NATIVE.SHARED.o src/dispatch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/dictstat.NATIVE.SHARED.o src/dictstat.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/dictstat.NATIVE.SHARED.o src/dictstat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_sha256.NATIVE.SHARED.o src/cpu_sha256.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/cpu_sha256.NATIVE.SHARED.o src/cpu_sha256.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_des.NATIVE.SHARED.o src/cpu_des.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/cpu_des.NATIVE.SHARED.o src/cpu_des.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_sysfs.NATIVE.SHARED.o src/ext_sysfs.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/ext_sysfs.NATIVE.SHARED.o src/ext_sysfs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/hashcat.NATIVE.SHARED.o src/hashcat.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/hashcat.NATIVE.SHARED.o src/hashcat.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_crc32.NATIVE.SHARED.o src/cpu_crc32.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/cpu_crc32.NATIVE.SHARED.o src/cpu_crc32.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_nvml.NATIVE.SHARED.o src/ext_nvml.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/ext_nvml.NATIVE.SHARED.o src/ext_nvml.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpt.NATIVE.SHARED.o src/cpt.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/cpt.NATIVE.SHARED.o src/cpt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/folder.NATIVE.SHARED.o src/folder.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/folder.NATIVE.SHARED.o src/folder.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/induct.NATIVE.SHARED.o src/induct.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/induct.NATIVE.SHARED.o src/induct.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/filehandling.NATIVE.SHARED.o src/filehandling.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/filehandling.NATIVE.SHARED.o src/filehandling.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/dynloader.NATIVE.SHARED.o src/dynloader.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/dynloader.NATIVE.SHARED.o src/dynloader.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/monitor.NATIVE.SHARED.o src/monitor.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/monitor.NATIVE.SHARED.o src/monitor.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/stdout.NATIVE.SHARED.o src/stdout.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/stdout.NATIVE.SHARED.o src/stdout.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/status.NATIVE.SHARED.o src/status.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/status.NATIVE.SHARED.o src/status.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/interface.NATIVE.SHARED.o src/interface.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/interface.NATIVE.SHARED.o src/interface.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/cpu_sha1.NATIVE.SHARED.o src/cpu_sha1.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/cpu_sha1.NATIVE.SHARED.o src/cpu_sha1.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_OpenCL.NATIVE.SHARED.o src/ext_OpenCL.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/ext_OpenCL.NATIVE.SHARED.o src/ext_OpenCL.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/hlfmt.NATIVE.SHARED.o src/hlfmt.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/hlfmt.NATIVE.SHARED.o src/hlfmt.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/shared.NATIVE.SHARED.o src/shared.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/shared.NATIVE.SHARED.o src/shared.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/outfile.NATIVE.SHARED.o src/outfile.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/outfile.NATIVE.SHARED.o src/outfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/rp_kernel_on_cpu.NATIVE.SHARED.o src/rp_kernel_on_cpu.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/rp_kernel_on_cpu.NATIVE.SHARED.o src/rp_kernel_on_cpu.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/loopback.NATIVE.SHARED.o src/loopback.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/loopback.NATIVE.SHARED.o src/loopback.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/potfile.NATIVE.SHARED.o src/potfile.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/potfile.NATIVE.SHARED.o src/potfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/memory.NATIVE.SHARED.o src/memory.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/memory.NATIVE.SHARED.o src/memory.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/restore.NATIVE.SHARED.o src/restore.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/restore.NATIVE.SHARED.o src/restore.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/outfile_check.NATIVE.SHARED.o src/outfile_check.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/outfile_check.NATIVE.SHARED.o src/outfile_check.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/locking.NATIVE.SHARED.o src/locking.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/locking.NATIVE.SHARED.o src/locking.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/logfile.NATIVE.SHARED.o src/logfile.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/logfile.NATIVE.SHARED.o src/logfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/ext_nvapi.NATIVE.SHARED.o src/ext_nvapi.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/ext_nvapi.NATIVE.SHARED.o src/ext_nvapi.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/event.NATIVE.SHARED.o src/event.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/event.NATIVE.SHARED.o src/event.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/mpsp.NATIVE.SHARED.o src/mpsp.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/mpsp.NATIVE.SHARED.o src/mpsp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/rp_cpu.NATIVE.SHARED.o src/rp_cpu.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/rp_cpu.NATIVE.SHARED.o src/rp_cpu.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/straight.NATIVE.SHARED.o src/straight.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/straight.NATIVE.SHARED.o src/straight.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/thread.NATIVE.SHARED.o src/thread.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/thread.NATIVE.SHARED.o src/thread.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/terminal.NATIVE.SHARED.o src/terminal.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/terminal.NATIVE.SHARED.o src/terminal.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/opencl.NATIVE.SHARED.o src/opencl.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/opencl.NATIVE.SHARED.o src/opencl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/rp.NATIVE.SHARED.o src/rp.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/rp.NATIVE.SHARED.o src/rp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/weak_hash.NATIVE.SHARED.o src/weak_hash.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/weak_hash.NATIVE.SHARED.o src/weak_hash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/timer.NATIVE.SHARED.o src/timer.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/timer.NATIVE.SHARED.o src/timer.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/usage.NATIVE.SHARED.o src/usage.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/usage.NATIVE.SHARED.o src/usage.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/tuningdb.NATIVE.SHARED.o src/tuningdb.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/tuningdb.NATIVE.SHARED.o src/tuningdb.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/wordlist.NATIVE.SHARED.o src/wordlist.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/wordlist.NATIVE.SHARED.o src/wordlist.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -fpic -o obj/user_options.NATIVE.SHARED.o src/user_options.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -fpic -o obj/user_options.NATIVE.SHARED.o src/user_options.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o libhashcat.so obj/affinity.NATIVE.SHARED.o obj/autotune.NATIVE.SHARED.o obj/benchmark.NATIVE.SHARED.o obj/bitmap.NATIVE.SHARED.o obj/bitops.NATIVE.SHARED.o obj/combinator.NATIVE.SHARED.o obj/common.NATIVE.SHARED.o obj/convert.NATIVE.SHARED.o obj/cpt.NATIVE.SHARED.o obj/cpu_aes.NATIVE.SHARED.o obj/cpu_crc32.NATIVE.SHARED.o obj/cpu_des.NATIVE.SHARED.o obj/cpu_md4.NATIVE.SHARED.o obj/cpu_md5.NATIVE.SHARED.o obj/cpu_sha1.NATIVE.SHARED.o obj/cpu_sha256.NATIVE.SHARED.o obj/debugfile.NATIVE.SHARED.o obj/dictstat.NATIVE.SHARED.o obj/dispatch.NATIVE.SHARED.o obj/dynloader.NATIVE.SHARED.o obj/event.NATIVE.SHARED.o obj/ext_ADL.NATIVE.SHARED.o obj/ext_nvapi.NATIVE.SHARED.o obj/ext_nvml.NATIVE.SHARED.o obj/ext_OpenCL.NATIVE.SHARED.o obj/ext_sysfs.NATIVE.SHARED.o obj/ext_xnvctrl.NATIVE.SHARED.o obj/filehandling.NATIVE.SHARED.o obj/folder.NATIVE.SHARED.o obj/hashcat.NATIVE.SHARED.o obj/hashes.NATIVE.SHARED.o obj/hlfmt.NATIVE.SHARED.o obj/hwmon.NATIVE.SHARED.o obj/induct.NATIVE.SHARED.o obj/interface.NATIVE.SHARED.o obj/locking.NATIVE.SHARED.o obj/logfile.NATIVE.SHARED.o obj/loopback.NATIVE.SHARED.o obj/memory.NATIVE.SHARED.o obj/monitor.NATIVE.SHARED.o obj/mpsp.NATIVE.SHARED.o obj/opencl.NATIVE.SHARED.o obj/outfile_check.NATIVE.SHARED.o obj/outfile.NATIVE.SHARED.o obj/potfile.NATIVE.SHARED.o obj/restore.NATIVE.SHARED.o obj/rp.NATIVE.SHARED.o obj/rp_cpu.NATIVE.SHARED.o obj/rp_kernel_on_cpu.NATIVE.SHARED.o obj/shared.NATIVE.SHARED.o obj/status.NATIVE.SHARED.o obj/stdout.NATIVE.SHARED.o obj/straight.NATIVE.SHARED.o obj/terminal.NATIVE.SHARED.o obj/thread.NATIVE.SHARED.o obj/timer.NATIVE.SHARED.o obj/tuningdb.NATIVE.SHARED.o obj/usage.NATIVE.SHARED.o obj/user_options.NATIVE.SHARED.o obj/weak_hash.NATIVE.SHARED.o obj/wordlist.NATIVE.SHARED.o -s -framework OpenCL -lpthread -shared | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o libhashcat.so obj/affinity.NATIVE.SHARED.o obj/autotune.NATIVE.SHARED.o obj/benchmark.NATIVE.SHARED.o obj/bitmap.NATIVE.SHARED.o obj/bitops.NATIVE.SHARED.o obj/combinator.NATIVE.SHARED.o obj/common.NATIVE.SHARED.o obj/convert.NATIVE.SHARED.o obj/cpt.NATIVE.SHARED.o obj/cpu_aes.NATIVE.SHARED.o obj/cpu_crc32.NATIVE.SHARED.o obj/cpu_des.NATIVE.SHARED.o obj/cpu_md4.NATIVE.SHARED.o obj/cpu_md5.NATIVE.SHARED.o obj/cpu_sha1.NATIVE.SHARED.o obj/cpu_sha256.NATIVE.SHARED.o obj/debugfile.NATIVE.SHARED.o obj/dictstat.NATIVE.SHARED.o obj/dispatch.NATIVE.SHARED.o obj/dynloader.NATIVE.SHARED.o obj/event.NATIVE.SHARED.o obj/ext_ADL.NATIVE.SHARED.o obj/ext_nvapi.NATIVE.SHARED.o obj/ext_nvml.NATIVE.SHARED.o obj/ext_OpenCL.NATIVE.SHARED.o obj/ext_sysfs.NATIVE.SHARED.o obj/ext_xnvctrl.NATIVE.SHARED.o obj/filehandling.NATIVE.SHARED.o obj/folder.NATIVE.SHARED.o obj/hashcat.NATIVE.SHARED.o obj/hashes.NATIVE.SHARED.o obj/hlfmt.NATIVE.SHARED.o obj/hwmon.NATIVE.SHARED.o obj/induct.NATIVE.SHARED.o obj/interface.NATIVE.SHARED.o obj/locking.NATIVE.SHARED.o obj/logfile.NATIVE.SHARED.o obj/loopback.NATIVE.SHARED.o obj/memory.NATIVE.SHARED.o obj/monitor.NATIVE.SHARED.o obj/mpsp.NATIVE.SHARED.o obj/opencl.NATIVE.SHARED.o obj/outfile_check.NATIVE.SHARED.o obj/outfile.NATIVE.SHARED.o obj/potfile.NATIVE.SHARED.o obj/restore.NATIVE.SHARED.o obj/rp.NATIVE.SHARED.o obj/rp_cpu.NATIVE.SHARED.o obj/rp_kernel_on_cpu.NATIVE.SHARED.o obj/shared.NATIVE.SHARED.o obj/status.NATIVE.SHARED.o obj/stdout.NATIVE.SHARED.o obj/straight.NATIVE.SHARED.o obj/terminal.NATIVE.SHARED.o obj/thread.NATIVE.SHARED.o obj/timer.NATIVE.SHARED.o obj/tuningdb.NATIVE.SHARED.o obj/usage.NATIVE.SHARED.o obj/user_options.NATIVE.SHARED.o obj/weak_hash.NATIVE.SHARED.o obj/wordlist.NATIVE.SHARED.o -s -framework OpenCL -lpthread -shared -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -O2 -march=native -o hashcat libhashcat.so src/main.c -s -framework OpenCL -lpthread -L. -lhashcat -Wl,-rpath . -DCOMPTIME=1485257435 -DVERSION_TAG="v3.30" -DINSTALL_FOLDER="/usr/local/Cellar/hashcat/3.30/bin" -DSHARED_FOLDER="/usr/local/Cellar/hashcat/3.30/share/hashcat" -DDOCUMENT_FOLDER="/usr/local/Cellar/hashcat/3.30/share/doc/hashcat" | |
superenv removed: -O2 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -pipe -std=c99 -Iinclude/ -IOpenCL/ -Wno-format-zero-length -o hashcat libhashcat.so src/main.c -s -framework OpenCL -lpthread -L. -lhashcat -Wl,-rpath . -DCOMPTIME=1485257435 -DVERSION_TAG="v3.30" -DINSTALL_FOLDER="/usr/local/Cellar/hashcat/3.30/bin" -DSHARED_FOLDER="/usr/local/Cellar/hashcat/3.30/share/hashcat" -DDOCUMENT_FOLDER="/usr/local/Cellar/hashcat/3.30/share/doc/hashcat" -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 24 12:30:50 kernel[0]: Sandbox: hashcat(38974) deny(1) file-write-data /Users/n/.hashcat/sessions/hashcat.log | |
We use time to filter sandbox log. Therefore, unrelated logs may be recorded. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment