Files
rapier/Cargo.toml
Sébastien Crozet 17edd0d46a Disable debug symbols in release mode.
I think this affects the performance of PhysX.
2020-09-06 12:55:01 +02:00

19 lines
432 B
TOML

[workspace]
members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d",
"build/rapier3d", "build/rapier_testbed3d", "examples3d", "benchmarks3d" ]
[patch.crates-io]
#wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" }
[profile.release]
#debug = true
codegen-units = 1
#opt-level = 1
#lto = true
#[profile.dev.package.rapier3d]
#opt-level = 3
#
#[profile.dev.package.kiss3d]
#opt-level = 3