Removed --save-temps from Makefile.

--save-temps only speeds up compilation when valac is invoked for compile-only and C compilation and linking are done separately and in parallel.  Since --save-temps leaves a lot of extraneous files sitting around that clutter "git status" (see #3690), removing it from the Makefile.
This commit is contained in:
Jim Nelson 2011-06-06 14:44:36 -07:00
parent 5f6076e8cb
commit b9836067ef

View file

@ -4,7 +4,7 @@ PROGRAM = geary
BUILD_ROOT = 1 BUILD_ROOT = 1
VALAC := valac VALAC := valac
VALAFLAGS := -g --save-temps --enable-checking --fatal-warnings --vapidir=vapi VALAFLAGS := -g --enable-checking --fatal-warnings --vapidir=vapi
APPS := geary console syntax lsmbox readmail watchmbox APPS := geary console syntax lsmbox readmail watchmbox