From b9836067efc5e934b140e946f78c6d02644ba23c Mon Sep 17 00:00:00 2001 From: Jim Nelson Date: Mon, 6 Jun 2011 14:44:36 -0700 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb9f8b2d..5ad0ddb9 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PROGRAM = geary BUILD_ROOT = 1 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