Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --silent option to configure #3206

Closed
piranna opened this issue Oct 6, 2015 · 5 comments
Closed

Add --silent option to configure #3206

piranna opened this issue Oct 6, 2015 · 5 comments
Labels
build Issues and PRs related to build files or the CI. feature request Issues that request new features to be added to Node.js.

Comments

@piranna
Copy link
Contributor

piranna commented Oct 6, 2015

Currently compiling Node.js show one line for each file compiled. Add an --silent option like other projects have to only show output on warnings and errors.

@bnoordhuis
Copy link
Member

I'm fairly sure GYP's Makefile generator doesn't support that, the closest is make V= to make it less verbose.

@bnoordhuis bnoordhuis added build Issues and PRs related to build files or the CI. feature request Issues that request new features to be added to Node.js. labels Oct 6, 2015
@piranna
Copy link
Contributor Author

piranna commented Oct 6, 2015

the closest is make V= to make it less verbose

That solve the problem parcially, showing only the path of the file being compiled instead of the full compilation command. It's an advance, but what I want is to hide all output and output only the warnings and errors.

@bnoordhuis
Copy link
Member

I understand that but like I said, I don't think GYP supports that. If you feel strongly about it, consider submitting a patch to them.

@Fishrock123
Copy link
Contributor

Another option is building with Ninja, which I personally am a fan of.

(Pr'd here as reference docs: nodejs/docs#38)

@bnoordhuis
Copy link
Member

Closing, I don't think there's anything for us to do here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. feature request Issues that request new features to be added to Node.js.
Projects
None yet
Development

No branches or pull requests

3 participants