17 lines
230 B
TOML
17 lines
230 B
TOML
[build]
|
|
rustflags = ["--cfg=web_sys_unstable_apis"]
|
|
|
|
[profile]
|
|
|
|
[profile.dioxus-wasm]
|
|
inherits = "dev"
|
|
opt-level = 2
|
|
|
|
[profile.dioxus-server]
|
|
inherits = "dev"
|
|
opt-level = 2
|
|
|
|
[profile.dioxus-android]
|
|
inherits = "dev"
|
|
opt-level = 2
|