79175952

Date: 2024-11-10 22:33:27
Score: 0.5
Natty:
Report link

In my case I was able to significantly reduce DLL size by changing compilation method and IDE.

First I tried to compile using Cmake in CLion IDE and the DLL size was always above 2 MB. Then I compiled the same code using default settings in Visual Studio 2022 and I was able to reduce DLL size to 11 KB.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: westman379