diff --git a/Cargo.toml b/Cargo.toml index 61a1116..e604ae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,10 @@ readme = "README.md" license = "MIT" edition = "2018" +[profile.release] +strip = "debuginfo" +lto = "thin" + [dependencies] json = "0.12" memmap2 = "0.5"