Optimization tip for SCons on cygwin
Par zogzog, vendredi 5 novembre 2010 à 15:31 :: Dev
Do not build many
Environment()
! build one, and clone it when you need it. Each time Environment()
is built, it prepares for the "mingw" tools, and this calls "gcc --version
" and "g++ --version
". On cygwin, where forking is extremely slow, this can take ages.