Merge #1781
1781: Optimize build size r=irevoire a=MarinPostma Remove debug symbols from the release build, and strip the binaries. We used to need to debug symbols for sentry, but since it was removed with #1616, we don't need them anymore. Shrinks the binary size from ~300MB to ~50MB on linux. Co-authored-by: mpostma <postma.marin@protonmail.com>
This commit is contained in:
commit
602a327aa8
|
@ -6,8 +6,5 @@ members = [
|
|||
]
|
||||
resolver = "2"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[patch.crates-io]
|
||||
pest = { git = "https://github.com/pest-parser/pest.git", rev = "51fd1d49f1041f7839975664ef71fe15c7dcaf67" }
|
||||
|
|
Loading…
Reference in New Issue