Linker includes unused functions in output exe??
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have played a little bit with compiling my program and found out, that unused functions are regardles if i am using them or not included in output. That is strange, i thought that everything that is not used in program is excluded from output. Anyone knows why and (if possible) how to fix that?
-
I have played a little bit with compiling my program and found out, that unused functions are regardles if i am using them or not included in output. That is strange, i thought that everything that is not used in program is excluded from output. Anyone knows why and (if possible) how to fix that?