-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1d5f47
commit f603fec
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains 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
f603fec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lewie-donckers this specific commit made our pipelines in other projects fail. In these pipelines (which depend on this package) the package is build with
-DCMAKE_BUILD_TYPE=RelWithDebInfo
.The error thrown then is:
And you could reproduce this in a clean environment with this Dockerfile:
Could you please elaborate what these specific changes should benefit? I.e. should we try fixing this, or can we just as well revert this commit?
f603fec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I think I found it, the stricter checking simply showed a warning as error now.
This PR #47 seems to fix this warning/error.
Not sure why it only pops up with a
-DCMAKE_BUILD_TYPE=RelWithDebInfo
though?