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

Added quiet mode #968

Closed
wants to merge 1 commit into from
Closed

Added quiet mode #968

wants to merge 1 commit into from

Conversation

jimon
Copy link

@jimon jimon commented May 7, 2015

Very simple fix, was requested in #480 and #420.
This fix is useful when we run ninja from cmake from windows cmd, in this combination terminal print is very slow and ninja is able to finish work before cmd is able to print output to user.

@nico
Copy link
Collaborator

nico commented May 7, 2015

I'd like to think about output flags in general (see #746)

@sgraham
Copy link
Contributor

sgraham commented May 7, 2015

-q is also used for --question in make, see #905. I don't know if that's worth caring about.

@nico
Copy link
Collaborator

nico commented Nov 12, 2015

Another idea: We could let ninja print stuff only ten times a second in smart mode, then terminals that don't implement throttling themselves (like apparently cmd) would transparently just work better (?)

@sgraham
Copy link
Contributor

sgraham commented Nov 12, 2015

I think this might be non smart mode -- we replace the contents of the console window in smart mode?

@nico
Copy link
Collaborator

nico commented Nov 12, 2015

No, if this is about non smart mode, my idea won't help.

@jonesmz

This comment was marked as abuse.

@jhasse
Copy link
Collaborator

jhasse commented Oct 30, 2020

Closing due to inactivity. For quiet mode discussion see #480.

@jhasse jhasse closed this Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants