Skip to content

Commit

Permalink
fix dockerfile for older CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Dec 28, 2020
1 parent 8e2b59f commit f1b4b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ WORKDIR /AFLplusplus

RUN export REAL_CXX=g++-10 && export CC=gcc-10 && \
export CXX=g++-10 && make clean && \
make distrib && make install && make clean
make distrib CFLAGS="-O3 -funroll-loops -D_FORTIFY_SOURCE=2" && make install && make clean

RUN echo 'alias joe="jupp --wordwrap"' >> ~/.bashrc
RUN echo 'export PS1="[afl++]$PS1"' >> ~/.bashrc
Expand Down

0 comments on commit f1b4b38

Please sign in to comment.