diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ [workspace] members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d", - "build/rapier3d", "build/rapier_testbed3d", "examples3d" ] + "build/rapier3d", "build/rapier_testbed3d", "examples3d", "benchmarks3d" ] [patch.crates-io] #wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" } [profile.release] -debug = false +debug = true codegen-units = 1 #opt-level = 1 #lto = true |
