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
Actually the build type was not used during configure time in DRace, but unfortunately DynamoRIO does. See #53 for details. By that, the build type at configure time (which is defaulted to release in DynamoRIO + client) does not match the default build type debug at compile time.
I now added an assertion notifying that you have to specify the build type at configure time when using MSBuild generator. The other issue with the missing TSAN dll is fixed now.
@ddiefenthaler, could you please check if the patch works for you (branch: chore/msbuild)
When msbuild is used as generator, we run into the following issues:
note: This only affects compiling the sources. A workaround is to use the ninja generator.
The text was updated successfully, but these errors were encountered: