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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -