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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -