strip symbols when compiling
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# 変更点
|
||||
|
||||
## v1.3.1 [2022/xx/xx]
|
||||
|
||||
**改善:**
|
||||
|
||||
- LinuxとmacOSのバイナリサイズをより小さくするために、デバッグシンボルをストリップします。(#568) (@YamatoSecurity)
|
||||
|
||||
## v1.3.0 [2022/06/06]
|
||||
|
||||
**新機能:**
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Changes
|
||||
|
||||
## v1.3.1 [2022/xx/xx]
|
||||
|
||||
**Enhancements:**
|
||||
|
||||
- Strip debug symbols by default for smaller Linux and macOS binaries. (#568) (@YamatoSecurity)
|
||||
|
||||
## v1.3.0 [2022/06/06]
|
||||
|
||||
**New Features:**
|
||||
|
||||
@@ -45,4 +45,5 @@ static_vcruntime = "2.0"
|
||||
openssl = { version = "*", features = ["vendored"] } #vendored is needed to compile statically.
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
lto = true
|
||||
strip = "symbols"
|
||||
Reference in New Issue
Block a user