⚙️ refactor: add build time binary file optimization (#180)(#178)

This commit is contained in:
neon_arch 2023-08-30 19:05:38 +03:00
parent 0e1cb6f2e8
commit 55a7125cea
2 changed files with 3 additions and 3 deletions

View file

@ -56,10 +56,10 @@ debug = false # This should only be commented when testing with dhat profiler
split-debuginfo = '...'
debug-assertions = false
overflow-checks = false
lto = 'thin'
lto = true
panic = 'abort'
incremental = false
codegen-units = 16
codegen-units = 1
rpath = false
strip = "debuginfo"