I'm playing with the predefined macros __FILE__ and __LINE__ and the preprocessor directive #line.

Apparently, whether I set /FS (full path of source code) on the compiler options or not, it doesn't matter. It's always displaying the full path of source code files.

Am I doing anything wrong?