AaronRobinsonMSFT / DNNE

Prototype native exports for a .NET Assembly.
MIT License
397 stars 41 forks source link

Avoid the /LTCG message on build #139

Closed AArnott closed 1 year ago

AArnott commented 1 year ago

When building with DNNE, this message is emitted:

LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance

Besides adding noise to the build, it suggests a perf improvement is possible.

See https://github.com/microsoft/vs-threading/pull/1138 for a repro.