build: strip sqlness binary (#3872)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2024-05-07 15:53:48 +08:00
committed by GitHub
parent 154f561da1
commit c0be0c30de

View File

@@ -241,3 +241,7 @@ strip = true
lto = "thin"
debug = false
incremental = false
[profile.dev.package.sqlness-runner]
debug = false
strip = true