Early import of CONFIG.MONKEY

Monkey Forums/Monkey Programming/Early import of CONFIG.MONKEY

Peeling(Posted 2015) [#1]
Is there any particular reason CONFIG.MONKEY is only processed at the 'build' stage of compilation and not earlier?

Seems like bringing it in prior to Parsing would be handy if you needed to compile different flavours of the same target (such that you couldn't use #if TARGET = to distinguish them).

Unless of course there's already a way to do that (we looked and couldn't find one).