I having some trouble getting the hang of few things with SCons. One
issue is when changing compile options, SCons seems to cache options and
doesn't always pick up the new options. For example when I've compiled
and installed the library, but decide later to do 'enableDemos=yes', the
demos aren't compiled. How can I force SCons to compile the demos?