When I make
ffmpeg, I can see following lines
CC ffmpeg.o
LD ffmpeg_g
CP ffmpeg
STRIP ffmpeg
What is a quick way to find the commands for CC, LD etc. with as less modification to the Makefile?
This should do it:
$ make V=1
Loot at the common.mak file for the magic that does the silencing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With