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
Post a Comment