i am just wondering if i can tell gcc to embed the absolute path to a source file in the debug information, even if i call gcc like
gcc -g ../src/somecode.c -o .
gcc -fdebug-prefix-map=..=$(readlink -f ..)