Build logs?
Closed this issue · 2 comments
hervebronnimann commented
This might already exist, but I couldn't find it. After an unsuccessful build, I do see the command line and options etc. to the compiler. But on a successful build, I do not know where these logs are kept. It seems they are disposed of. It would be nice to keep them in the build/cache or somewhere. I'm totally fine with overwriting them every time, but it's useful to confirm e.g. if -O3 was indeed passed on the command line or not, etc.
mversche commented
You can use the -v option to see the verbose compilation output (which will show the complete command lines for compiling code). I imagine there is a log of the build information, I'll check with @che2 tomorrow.
osubboo commented
Closing stale issues.