Lab3 Cont. Recompile adding -static
Adding static to the gcc command creates a binary file which is about 700% larger and an output file from objdump which is 16K lines long.
This -static flag does not seem to be an optimal choice when trying to create smaller applications.

Comments