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

Support for precompiled headers #359

Merged
merged 1 commit into from Sep 27, 2022
Merged

Support for precompiled headers #359

merged 1 commit into from Sep 27, 2022

Conversation

awawa-dev
Copy link
Owner

@awawa-dev awawa-dev commented Sep 24, 2022

The results show a significant reduction in compilation time.
time make -j 2

  1. Full clean DEBUG build without cache.
    Before:
    obraz

  2. Full clean DEBUG build without cache.
    After using precompiled headers:
    obraz

  3. Full clean RELEASE build without cache.
    Before:
    obraz

  4. Full clean RELEASE build without cache.
    After using precompiled headers:
    obraz

@awawa-dev awawa-dev merged commit eec1fb6 into master Sep 27, 2022
@awawa-dev awawa-dev deleted the precompiled_headers branch September 27, 2022 15:20
chbartsch pushed a commit to chbartsch/HyperHDR that referenced this pull request Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant