Skip to content

Commit

Permalink
lto buggy in gcc-10 used in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Jul 2, 2024
1 parent 8951c0a commit 34ce440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN git clone --recursive https://github.com/waveygang/wfmash \
&& git pull \
&& git checkout 2243583d2f4272ce5254be9ffc508d492dd8b6f8 \
&& git submodule update --init --recursive \
&& sed -i 's/ -flto//g' \
&& cmake -H. -Bbuild -DBUILD_STATIC=ON -DBUILD_RETARGETABLE=ON && cmake --build build -- -j $(nproc) \
&& cp build/bin/wfmash /usr/local/bin/wfmash \
# Libraries aren't getting installed
Expand Down

0 comments on commit 34ce440

Please sign in to comment.