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
@linquize since libgit.a does not sport an API, it is most definitely unsuited to be linked dynamically. Whether we do that or not, however, is something you can easily find out yourself by studying the code affected by #256.
Can you please provide the PDBs (Debug symbols) for all compiled files? This is helpful to debug crashes (WIndbg) and perf issues (xperf/WPRUI).
The best way would be a symbol server (https://msdn.microsoft.com/en-us/library/ms680693%28v=vs.85%29.aspx) and even better to also share the source via source server:
http://hamishgraham.net/post/GitHub-Source-Symbol-Indexer.aspx
The text was updated successfully, but these errors were encountered: