gcc -M how to print full path for dependencies -


my gcc command gcc <other-stuff> -c -md -o build/main.o main.c , outputs .p file make dependency rules.

in .p file, files listed relative paths , absolute.

how force output absolute paths files?


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -