Last active
June 29, 2020 21:30
-
-
Save stestagg/a8bb92210af34f70f30bfe2eb4759e80 to your computer and use it in GitHub Desktop.
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
py: | |
(cd cpython && make clean) | |
(cd cpython && env CC=../afl/afl-clang-fast CXX=../afl/afl-clang-fast++ ./configure --cache-file=../config.cache --prefix=${PYROOT} --exec-prefix=${PYROOT}) | |
(cd cpython && env CC=../afl/afl-clang-fast CXX=../afl/afl-clang-fast++ make install -j8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment