7 * `EXTRA_CFLAGS` for cross-compilation
8 * Include debug symbols in the release variant too
12 * Don't explicitly build the static library with
13 position-independent code (-fPIC)
19 * `derp_strcmp` and `derp_free` convenience wrappers which
20 ignore their second argument
24 * Conform with C99 7.1.3 for internal identifier names
25 (don't use leading underscores)
31 * List, vector, balanced tree, and hash map