mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-22 12:13:04 +00:00
fb7c568275
* fix: http examples with android, add more important flags - set java_home from assumed installations - fix tracing redirection bug
14 lines
187 B
TOML
14 lines
187 B
TOML
[profile]
|
|
|
|
[profile.dioxus-wasm]
|
|
inherits = "dev"
|
|
opt-level = 2
|
|
|
|
[profile.dioxus-server]
|
|
inherits = "dev"
|
|
opt-level = 2
|
|
|
|
[profile.dioxus-android]
|
|
inherits = "dev"
|
|
opt-level = 1
|
|
debug = 0
|