You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought the debug information provided by -gwasn't enough to have a full backtrace but it's. So that I wanted to change: 'cflags': [ '-g', '-O0' ], for 'cflags': [ '-g3', '-O0' ],
But it doesn't make sense.
My bad.
Lets close the issue
Because an issue with openssl Issue#4121 @bnoordhuis found useful to have a backtrace with full information.
In order to supply it I had to change level of debug of
common.gypi
file from-g
to-g3
.Shall we add it as default configuration for
common.gypi
?The text was updated successfully, but these errors were encountered: