sierdzio/gibs

Feature support

sierdzio opened this issue · 1 comments

Features are optional, compile time functionalities which can be turned on or off.

Internally they can be just subprojects of type zero: they don't produce an app or library, just provide include files and sources. Feature also adds a define for the compiler.

A feature can be turned on by passing --some-feature to ibs. Feature can be turned off with --no-some-feature.

Done in v0.0.2! :-)