mirror of
https://codeberg.org/gigirassy/image-proxy/
synced 2026-08-30 15:37:41 +00:00
fix
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ RUN mkdir -p /root/.cargo && cat > /root/.cargo/config.toml <<'EOF'
|
|||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
opt-level = '3'
|
opt-level = 3
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
strip = true
|
strip = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user