Sqlite compiler spam delenda est.
From: Gabriela Gibson <gabriela.gibson_at_gmail.com>
Date: Tue, 01 Oct 2013 00:28:03 +0100
Because sqlite produces ~50000 extra letters of bumpf per compile that
Here is how to get rid of all the noise and make your compiler output
First we take a snapshot of the 'native' compiler messages that come
make 1>stdout.report 2>stderr.constant; \
This removes the sqlite warnings and shows you only the current warning
Any subsequent compiles that are started with the line below will use
make > stdout.report 2> >(tee stderr.report | while read line; do echo
You can also type this line when you invoke the emacs compile buffer and
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.