> Here is my wish list if you bother: > > 1. find a way to pass CCFLAGS options to gcc.
you can already pass CCFLAGS as environment variable, or in command line, I just tried scons CCFLAGS=-O2 and it works fine. Bo
> Here is my wish list if you bother: > > 1. find a way to pass CCFLAGS options to gcc.
you can already pass CCFLAGS as environment variable, or in command line, I just tried scons CCFLAGS=-O2 and it works fine. Bo