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

Conversation

mgeplf
Copy link
Collaborator

@mgeplf mgeplf commented Apr 16, 2024

  • 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

* 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
Copy link
Collaborator Author

mgeplf commented Apr 18, 2024

I can't add reviewers, perhaps @nrnhines should have a look?
I also can't merge.

@pramodk pramodk merged commit 949dc5e into neuronsimulator:master Apr 25, 2024
4 checks passed
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.

None yet

3 participants