-
Type: Improvement
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: Build
-
Fully Compatible
-
BUILD 0 3/13/15, BUILD 1 04/03/15
We have many settings in the top level SConstruct that are only relevant to particular platforms, but are applied universally or in contexts where they do not make sense.
Now that we have the ability to customize compile and link flags on the command line we can remove many of these incorrect platform specific settings.
We can also make better use of SCons inherent platform detection facilities to simplify our current platform detection.