I know that the -src-specials option can corrupt the .pdf file when I compile(d) a .tex file with the \pdfoutput=1 option (I know it's not recommended to use \pdfoutput=1). E.g.
latex -src-specials file.tex
where the .tex file contains the string \pdfoutput=1.
Does the -synctex=1 option do the same? Can I use it safely?
I mean: using
latex -synctex=1 file.tex
where, again, the .tex file contains the string \pdfoutput=1.
Note. I'm forced to use \pdfoutput=1. It's not my choice.