This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Removing date stamp from obj file and from dwarf out file

Hi

I would like to remove any adte/time from the filmes the compiler /linker generates.

The aim of this is configuartion management :  if I create some software from sources extracted from configuration management in the future, I need to check the the out file generated then is the same that the one built when the product was first delivered.

Any option like "link_time=none" ?

Best