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

Remove checks that were making defines that weren't used. #51

Merged
merged 1 commit into from
Apr 25, 2024

Commits on Apr 16, 2024

  1. Remove checks that were making defines that weren't used.

    * For instance `HAVE_FCNTL_H` is never checked for in the code
    * This speeds up cmake configuration on my machine by ~25% to ~30%
    
      Before:
        1.76user 0.61system 0:02.35elapsed 100%CPU (0avgtext+0avgdata 22996maxresident)k
      After:
        1.14user 0.34system 0:01.45elapsed 102%CPU (0avgtext+0avgdata 23056maxresident)k
    mgeplf committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    51f7031 View commit details
    Browse the repository at this point in the history