Skip to content

Commit 44a2ed5

Browse files
committed
wip
1 parent 3dbb64a commit 44a2ed5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ RUN \
172172
echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \
173173
tar $TAR_OPTS rav1e.tar.gz && cd rav1e-* && \
174174
# workaround weird cargo problem when on aws (?) weirdly alpine edge seems to work
175+
sed -i 's/debug = true//' Cargo.toml && \
176+
sed -i 's/lto = "thin"//' Cargo.toml && \
175177
CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse" \
176178
RUSTFLAGS="-C target-feature=+crt-static" \
177179
cargo cinstall --profile=release-no-lto

0 commit comments

Comments
 (0)