-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add Analyze Compile Flags #3387
base: 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. |
Fixed version of #3321