Lab3 Cont. Recompile adding -static
- jadach1
- Sep 21, 2018
- 1 min read
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