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

WIP: Unit tests: Improve build time #1141

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 15, 2024

  1. Unit tests: Improve build time

    - Remove unnecessary includes from tut.hpp
    - Add tut.hpp to precompiled headers
    
    Improves test build time from 4:30 to 3:20 on my system.
    dbaston committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    38f8cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1c8313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38f6a5a View commit details
    Browse the repository at this point in the history
  4. CMake: Reduce optimization level for tests

    Reducing to -O0 disables precompiled headers and actually increases
    build time.
    dbaston committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    34fb706 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97f59c2 View commit details
    Browse the repository at this point in the history