explainshell
explainshell copied to clipboard
Does not recognise multi-letter GCC options
GCC options like -MM
-MD
and -MMD
are not correctly recognised/parsed.
same as "wget -rmnp url" , "-np" is an option, not "-n" & "-p" (not option "-n" in wget)
Or this thing: gcc -Wl,--build-id=none file
Or this multiletter short option: ld -Map mapfile
-- not to be confused with ld -M
But neither this single-letter short option: ld -L/some/search/path/
Hello @idank, any news on this ? THanks