Skip to content

Commit

Permalink
No longer build dependencies in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Apr 1, 2023
1 parent edc7717 commit 359d13d
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,41 +1,13 @@
[workspace]
members = [
"godot-bindings",
"godot-codegen",
"godot-ffi",
"godot-macros",
"godot-core",
"godot-macros",
"godot",

# Godot integration
"itest/rust",
"examples/dodge-the-creeps/rust"
]

# These dependencies don't need to be debugged, make build scripts run faster
[profile.dev.package.bindgen]
debug = 0
opt-level = 3

[profile.dev.package.nanoserde]
debug = 0
opt-level = 3

[profile.dev.package.quote]
debug = 0
opt-level = 3

[profile.dev.package.proc-macro2]
debug = 0
opt-level = 3

[profile.dev.package.venial]
debug = 0
opt-level = 3

[profile.dev.package.godot-codegen]
debug = 0
opt-level = 3

#[profile.dev.package.regex]
#debug = 0
#opt-level = 3

0 comments on commit 359d13d

Please sign in to comment.