after compiling c++ the inode of the binary changes

45 views Asked by At

whenever I compile a c++ source code the resulting binary gets a different inode. I guess this is somehow related to that the old binary file is probably deleted and a new one is created. Is there a way to force the compiler to overwrite the previous binary instead in order to keep its inode the same?

0

There are 0 answers