Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[packages] check the contents and sizes #153

Open Raffaello opened 4 years ago

Raffaello commented 4 years ago

there is something not clear why the sizes of the packages as not really a clear pattern.

like releases in windows are bigger in size. (optimizer?) and in linux instead is the other way around (debug symbols?)

darwin is in between....

Raffaello commented 2 years ago

the answer could be this one: https://stackoverflow.com/questions/3101487/release-mode-static-library-much-larger-than-debug-mode-version


https://docs.microsoft.com/en-us/archive/msdn-magazine/2015/february/compilers-what-every-programmer-should-know-about-compiler-optimizations

Stack Overflow
Release mode static library much larger than debug mode version
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, since most of the time the exact opposite happens (as far...
Compilers - What Every Programmer Should Know About Compiler Optimizations