-
Notifications
You must be signed in to change notification settings - Fork 196
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
CI: build tests with -g1
compile option
#5443
Conversation
f46bf29
to
8d2b22e
Compare
RelWithDebInfo
mode-g
compile option
8d2b22e
to
03ec749
Compare
beb69ae
to
a95cabc
Compare
I injected manual crashing and tested that the backtrace files display line numbers as expected. For example, see logs at https://dev.azure.com/ECP-WarpX/WarpX/_build/results?buildId=19698&view=results. |
-g
compile option-g
compile option
Note that #2979 attempted to do the same a couple of years ago, but ran into problems related to cache size. We might be close to the limit here too (see screenshot), but let's see if we can go ahead as is for now. |
We could use |
-g
compile option-g1
compile option
Thanks, using |
Build and run CI tests with more debug information by adding the
-g1
compile option.