4.3.3.14 The Size Builder

env.Size(target, sources)
# Example
env.Program("program.exe", glob("*.c"))
env.Size("program.size", "program.exe")

The Size builder runs the "size" executable on the given source file and stores its output in the target file. The size executable can be specified with the SIZE construction variable, and flags can be specified with SIZEFLAGS.