Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up compilation with Visual Studio #1115

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

xezon
Copy link
Contributor

@xezon xezon commented Feb 11, 2024

This change speeds up compilation with Visual Studio.

Tested on CPU: 8 Cores, 16 Threads

Compile time in Debug configuration:

Status Quo

Visual Studio 2019 : 390s

This change

Visual Studio 2019 : 56s
Visual Studio 2022 : 50s

+600% Compile speed

@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cfa005f) 2.53% compared to head (0219fd4) 2.53%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1115   +/-   ##
========================================
  Coverage     2.53%    2.53%           
========================================
  Files          949      949           
  Lines       110299   110299           
  Branches     18881    18881           
========================================
  Hits          2800     2800           
  Misses      107095   107095           
  Partials       404      404           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jonwil
Copy link
Contributor

jonwil commented Feb 11, 2024

Looks good to me. Approved.

@jonwil jonwil merged commit d310f50 into TheAssemblyArmada:develop Feb 11, 2024
7 checks passed
@xezon xezon deleted the build-msvc-speed branch February 11, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants