I use macros in MASM to generate about 2,000 functions, for each of which I define a string, but I use only about 30 of them in any given program.
(It is impossible to predict which ones I will use ahead of time, I will use them as needed.)
Is there a way to tell the linker to βcross outβ lines that I don't use? They blew up a binary size pretty much.
Mehrdad
source share