Cm. $projectDir/build/tmp
You should have a folder structure that looks something like this:
ββββcompileMainSharedLibraryMainCpp
β options.txt
β output.txt
β
ββββcompileMainStaticLibraryMainCpp
β options.txt
β output.txt
β
ββββcreateMainStaticLibrary
β options.txt
β output.txt
β
ββββlinkMainSharedLibrary
options.txt
output.txt
options.txtcontains parameters passed to the compiler / linker, etc., and output.txtcontains the output of the compiler / linker.
source
share