File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " r2-t2" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.0 .0" ,
44 "private" : true ,
55 "dependencies" : {
66 "@emotion/react" : " ^11.10.4" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 0.1 .0"
3+ version = " 0.0 .0"
44description = " A Tauri App"
55authors = [" you" ]
66license = " "
@@ -26,3 +26,10 @@ default = [ "custom-protocol" ]
2626# this feature is used used for production builds where `devPath` points to the filesystem
2727# DO NOT remove this
2828custom-protocol = [ " tauri/custom-protocol" ]
29+
30+ [profile .release ]
31+ panic = " abort" # Strip expensive panic clean-up logic
32+ codegen-units = 1 # Compile crates one after another so the compiler can optimize better
33+ lto = true # Enables link to optimizations
34+ opt-level = " s" # Optimize for binary size
35+ # strip = true # Automatically strip symbols from the binary.
Original file line number Diff line number Diff line change 11{
22 "package" : {
33 "productName" : " Product Name" ,
4- "version" : " 0.1 .0"
4+ "version" : " 0.2 .0"
55 },
66 "build" : {
77 "beforeDevCommand" : " yarn start" ,
You can’t perform that action at this time.
0 commit comments