I am including (linking) a very large library file in my project, but have temporarily commented out any references (calls) to the library functions. However, the compiler/linker appears to include all library functions during a build (seen in the .map file). Is this correct? Is there a way to exclude any non-referenced functions so that I can cut down on memory usage?