In building libstd, many object files are created under build/x86_64-unknown-linux-gnu/stage1-std/powerpc-wrs-vxworks-gnu/release/deps/ :
build/x86_64-unknown-linux-gnu/stage1-std/powerpc-wrs-vxworks-gnu/release/deps/std-3941da31e683f62e.11pg4okzsg3069rb.rcgu.o
build/x86_64-unknown-linux-gnu/stage1-std/powerpc-wrs-vxworks-gnu/release/deps/std-3941da31e683f62e.11qsgc0t7ja38v7u.rcgu.o
build/x86_64-unknown-linux-gnu/stage1-std/powerpc-wrs-vxworks-gnu/release/deps/std-3941da31e683f62e.12xus0r4i96p6l6f.rcgu.o
build/x86_64-unknown-linux-gnu/stage1-std/powerpc-wrs-vxworks-gnu/release/deps/std-3941da31e683f62e.13ix02qmmbhqrmwn.rcgu.o
Is there a way to get the command line used to build these object file? I have tried to use option ā-vā but it only shows the command line used to build the while crate.
Also from the object file name like std-3941da31e683f62e.13ix02qmmbhqrmwn.rcgu.o, is there a easy way to tell from which souce file the object file has been created?
Thanks, Baoshan