- VSCode support #40
- Your executables now run on NetBSD too b2cd58a 23ae9df
- You can now compile your programs on BSD using the amalgamated release binaries
- You can now build Cosmopolitan from source using LLVM e75ffde
- You can now tune the source build to cherry pick which operating systems you want to support at compile time. By default, all seven are supported. To change that, simply redefine
make CPPFLAGS=-DSUPPORT_VECTOR=0xFF
which is a bitset defined by libc/dce.h. For example,-DSUPPORT_VECTOR=1
will ask Cosmopolitan's Makefile to produce conventional ELF binaries that only run on Linux. - Numerous bug fixes