In C++ will the address of the symbols change or not when the code to be recompiled again?
What if the code is not changed?
What if I compile multi files simultaneously with make -jN
? Will this cause a random order for the linking? Will this lead the address of symbols changes?