| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
+1 for anything that helps us see compiler warnings. |
Sorry, something went wrong.
I thought the verbosity was annoying at first but it did streamline bug reporting.
I still do from time to time. For example, there was a mips build issue last week that was caused by conflicting compiler flags.
Yes, that's a legitimate drawback. Can I suggest doing export V= on the CI machines but keep V=1 the default? |
Sorry, something went wrong.
We do occasionally receive bug reports from people having legitimate worries about compiler warnings. |
Sorry, something went wrong.
|
So the difference is whether you get the CC/CXX binary being run, and whether you get the compiler flags used? Am I right in thinking that these are pretty much the same for most of the compiler commands? In which case it might be possible to print them once at the top, and then not have them repeat for every command. I'm certainly a fan of the ninja build output, which is pretty spartan except for the compiler warnings. |
Sorry, something went wrong.
Not really, I'm afraid. Dependencies each have their own set of flags and sometimes even different flags for different files. |
Sorry, something went wrong.
😭
We could do this and also explain that you can do make -j4 V= in the docs, which should make things easier for people who read the docs. |
Sorry, something went wrong.
|
ping. any update on this? |
Sorry, something went wrong.
|
There hasn't been any activity here. I'm closing this. Feel free to reopen if I closed this in error. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This essentially reverts 8656c26 which arose as a result of nodejs/node-v0.x-archive#3761, which says:
This is what you get when you're not running verbose:
And this is what you get when you run verbose as we do now:
I take the point of the original issue poster and I wasn't around in core before we turned V=1 on so I can't speak to the experience of having to go back and ask people to turn it on in order to get bug reports so I'd be happy to hear from more experienced folks, like @bnoordhuis and @indutny.
Here's the case for going back to a cleaner build though: