Skip to content

Speed Up Compile Times#188

Draft
cdsupina wants to merge 2 commits into
thetawavegame:mainfrom
cdsupina:rust-config
Draft

Speed Up Compile Times#188
cdsupina wants to merge 2 commits into
thetawavegame:mainfrom
cdsupina:rust-config

Conversation

@cdsupina

Copy link
Copy Markdown
Contributor
  • use mold linker
  • use dynamic_linking bevy feature
  • added fast-compile feature

@cdsupina cdsupina added the dev-workflow Relating making development more efficient label Apr 24, 2024
@cdsupina cdsupina requested a review from varoonp123 April 24, 2024 23:38
@cdsupina cdsupina changed the title Speed Up Compile Timers Speed Up Compile Times Apr 25, 2024
Comment thread Cargo.toml
arcade = ["thetawave_arcade"]
storage = ["thetawave_storage"]
cli = ["argh"]
fast-compile = ["bevy/dynamic_linking"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fast-compile = ["bevy/dynamic_linking"]
dyn-bevy = ["bevy/dynamic_linking"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev-workflow Relating making development more efficient

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants