Brandon J. Van Every wrote:


Does SCons have the ability to abstract away the compiler details? A friend of mine said it didn't, that you had to specify all the flags manually yourself.

The most common settings are handled by scons (for instance, things like -fPIC for gcc or /MD for msvc). Special flags like optimizations and so forth have to be explicitly added, but I think that's true of any tool.

ashley


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to