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.
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
.