Pelles C for Windows 7.00.355 IDE Lag Slow saving file

Started by pkedpker, April 24, 2014, 06:44:14 AM

Previous topic - Next topic

Bitbeisser

Quote from: TimoVJL on April 25, 2014, 07:44:55 AM
gcc optimization freeks use big C-files and use term for that 'amalgamation'.
look here (5 MB).
sqlite is pretty much the only such example that I know off, and they offer that simply due to the fact to eliminate make file problems with all the different target environments. The "optimization" effect I think is much rather secondary here and might likewise depend on the compiler environment being used.

Typical case of  "pick your poison".

But for actual development purposes, they also refer to the (96) separated .c and .h files.

Ralf