This repository was archived by the owner on Mar 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Set compilation flags for different build types with Clang #734
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Clang compiler flags were not added - Because of this, no flags were set for RelWithDebInfo or any other build types
2 tasks
alkino
approved these changes
Jan 5, 2022
olupton
approved these changes
Jan 5, 2022
The remaining Jenkins failure looks related to neuronsimulator/tqperf@9dbb4e6#diff-afb9814ace89cfe422329aa50414e7a8b75b0a7d88df9a2efd6c283af46d5d59. |
pramodk
added a commit
to neuronsimulator/nrn
that referenced
this pull request
Nov 2, 2022
…/CoreNeuron#734) * Set compilation flags for different build types with Clang: - Clang compiler flags were not added. - Because of this, no flags were set for RelWithDebInfo or any other build types. * Update tqperf test: - Change repository URL. - Copy mod files into single directory. - Pass extra linker flags. Co-authored-by: Olli Lupton <[email protected]> CoreNEURON Repo SHA: BlueBrain/CoreNeuron@ba85c4c
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
any other build types
How to test this?
Previously
-g -O2
were not added.Test System