C
Programming and Technical
How to reduce a final size of executable?
Read Solution (Total 1)
-
- Size of the final executable can be reduced using dynamic linking for libraries.
1. Reduce/optimize usage of global/static variables.
2. Identify the redundant code for functionality and modularize it.
3. Dynamic linking
- 11 years agoHelpfull: Yes(0) No(0)
C Other Question