« Prev 4.3.3.13 The SharedObject Builder | Table of Contents | Next » 4.3.4 Phony Targets |
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
.
« Prev 4.3.3.13 The SharedObject Builder | Table of Contents | Next » 4.3.4 Phony Targets |