Skip to content

Instantly share code, notes, and snippets.

@stestagg
Last active June 29, 2020 21:30
Show Gist options
  • Save stestagg/a8bb92210af34f70f30bfe2eb4759e80 to your computer and use it in GitHub Desktop.
Save stestagg/a8bb92210af34f70f30bfe2eb4759e80 to your computer and use it in GitHub Desktop.
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