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
Does passing -Wl,--allow-multiple-definition while building be a good approach to go with? I think this is only a temporary solution and can sometimes result in inconsistencies and undefined behaviour.
What is the pool of symbols that are being duplicated ? And from where (as in what is source_1 and source_2 and other sources from where these symbols are being duplicated)
What is the pool of symbols that are being duplicated ? And from where (as in what is source_1 and source_2 and other sources from where these symbols are being duplicated)
If xeus-cpp-lite is built with debug flags or a combination of them like (-O0 -g -s ASSERTIONS=2 -fsanitize=address)
There are warnings for duplicate symbols or something.
Look into this and try getting rid of it !
The text was updated successfully, but these errors were encountered: