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

Use compiled version of spdlog. #1476

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Use compiled version of spdlog. #1476

merged 1 commit into from
Oct 1, 2024

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Sep 30, 2024

We see that in NMODL using the header-only version of SPDLOG contributes noticeably to the compile time:

**** Template sets that took longest to instantiate:
 52766 ms: spdlog::pattern_formatter::handle_flag_<$> (92 times, avg 573 ms)

However, this can be easily avoided by using a non-headeronly version of SPDLOG.

When using an external copy of spdlog it'll pick up the shared library. When built
from the submodule it creates a static library.

bbpadministrator pushed a commit to BlueBrain/nmodl-references that referenced this pull request Sep 30, 2024
@1uc 1uc marked this pull request as ready for review September 30, 2024 11:16
When using an external copy of spdlog it'll pick up the
shared library. When built from the submodule it creates
a static library.
bbpadministrator pushed a commit to BlueBrain/nmodl-references that referenced this pull request Oct 1, 2024
@1uc 1uc merged commit 1d9ea2e into master Oct 1, 2024
12 checks passed
@1uc 1uc deleted the 1uc/spdlog branch October 1, 2024 09:07
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.

2 participants