env = Environment(CC = 'gcc',
                  CCFLAGS = '-O2')

env.Program('hello.c')