GCC 5 defaults to C11 (from C89)! Fixes a paper cut for new C developers.
miniblog.
Related Posts
GNU Make defaults to a single worker, and newer build tools (e.g. ninja) default to the number of physical CPUs. I wish there was an option for 'leave me a little bit of my machine to do stuff'.
Make defaults to a single worker, and newer build tools (e.g. ninja) default to the number of physical CPUs.
I wish there was an option for 'leave me a little bit of my machine to do stuff'.
I've always wondered why npm defaults to the ISC license rather than MIT. MIT seemed more well-known and similarly permissive.
Turns out that ISC is essentially a shorter MIT!