-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from Vorschreibung/fix-linux-build-monitoring…
…-double-output prevent logging q3map2's output twice on linux with build monitoring
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3d41d8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hate to nag but this is not great either. Now you no longer get a proper, real-time output of
q3map2
either, instead you only get the buffered radiant console output, which updates very rarely, and most of the time you have no real idea on how your compile is progressing.Disabling build process monitoring gets around this sure, but then you loose the ability to detect leaks, and run engine after compile.
3d41d8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#221 improves situation in general.