bevyengine / bevyengine/bevy

Debug info for all of bevy is present in every compiled example

Open
#4,459 6 comments 0 reactions 0 assignees View on GitHub
A-Build-System C-Code-Quality C-Examples C-Performance
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## What problem does this solve or what need does it fill?
The debug information for all of bevy is found in every example we have in the repo. In debug/CI builds, this can get pretty big. On my windows machine, the *.pdb files alone are 27.9GB for all of the produced examples.

## What solution would you like?
Remove debug info and strip the binaries when building the examples.

## What alternative(s) have you considered?
Compiling them with the release profile every time.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.