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
Save extension build objects in unique directories.
When C coverage is enabled, the path to the object file is saved. Since
we re-use source files in multiple extensions, libgcov will complain at
runtime that it is trying to save coverage for the same object file at
different timestamps (since each source is compiled again for each
extension). Thus, we need to use unique temporary build directories to
store object files for each extension.
0 commit comments