diff --git a/Dockerfile b/Dockerfile index 362b375..5b70538 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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