mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
fix release build?
This commit is contained in:
parent
20115444b6
commit
9cb7680211
@ -59,8 +59,6 @@ steps:
|
||||
|
||||
- name: cargo build
|
||||
image: ekidd/rust-musl-builder:1.47.0
|
||||
environment:
|
||||
RUSTFLAGS: "-C opt-level=0 -C lto=off"
|
||||
commands:
|
||||
- cargo build --release
|
||||
|
||||
|
@ -3,8 +3,8 @@ name = "lemmy_server"
|
||||
version = "0.0.1"
|
||||
edition = "2018"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
#[profile.release]
|
||||
#lto = true
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
Loading…
Reference in New Issue
Block a user