today i found out that the compiled static library i\'m working on is much larger in Release mode than in Debug. I found it very surprising
The optimization could be the issue here, notably automatically created inline functions will be bigger but faster in release than debug.
inline