[ damus-io/notedeck ] build: convert apps into compile-time feature flags
Instead of runtime flags, switch to compile-time flags. This allows us
to do dev on just the apps we care about without incurring a build cost
on other apps when core libraries change.
Signed-off-by: William Casarin <jb55@jb55.com>