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:
parent
5f6076e8cb
commit
b9836067ef
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue