-
Notifications
You must be signed in to change notification settings - Fork 404
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
Build with gcov is broken #497
Comments
That's weird. I had a look at the CMakeLists.txt and the target for that stress test has the same compiler and linker flags like the other tests ... okay, I ran the command locally and the other tests also have the same linker issues. |
@elBoberido no, the flag The documentation needs to be adapted to make that more clear. |
Ok, I figured it's not a bug in the code but more of missing documentation thing. Beside updating the documentation, wouldn't it be good to automatically enable |
@dkroenke should I re-label it to documentation? |
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Required information
Operating system:
Ubuntu 20.04 LTS
Compiler version:
GCC 7.5.0
Observed result or behaviour:
Build with coverage enabled fails.
Expected result or behaviour:
Build works with coverage.
Conditions where it occurred / Performed steps:
Build broke when PR #487 was merged.
Build command:
./tools/iceoryx_build_test.sh build-strict clean debug test -c all
Error:
The text was updated successfully, but these errors were encountered: