-
Notifications
You must be signed in to change notification settings - Fork 63
Add Analyze Compile Flags #3387
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
base: archive/develop
Are you sure you want to change the base?
Conversation
Just checked, and it throws the same errors on my mac builds as before. Let's keep this one open until we fix the builds. |
I can build it with the GHA build, but I don't know why an error occurs on the actual device. |
Right, because GHA builds use "Release" configuration. |
@AiraYumi, are your local linux builds fine with these changes and "ReleaseWithDebInfo" configuration? I don't have a linux dev setup right now, so can't verify that. |
oops, Relwithdebinfoes options did not exist in the Linux version and an error occurred. You need to fix it. |
Changed to Draft. |
I think this is necessary. |
Right, it will allow you to test this change as well. |
I checked. There were a lot of build errors caused by adding the debug option. https://github.com/AiraYumi/viewer/actions/runs/12720005335/job/35461069394 |
Can you merge this into a branch other than develop? |
I built it with GCC_DISABLE_FATAL_WARNINGS enabled. |
5457c3e
to
3fae630
Compare
1d7e8e9
to
a9584cc
Compare
Since the cause of the build error is unknown, we will change it to Draft for now. |
I contacted the boost team about the issue but got no response. |
Fixed version of #3321