Ignore existing compiled files when byte-compiling

Set load-prefer-newer to avoid loading old byte-compiled files when
rebuilding an existing tree.
This commit is contained in:
Yuri D'Elia 2021-11-13 14:35:07 +01:00
parent d0bb0f215a
commit 86f88299e7
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ foreach src : mu4e_all_srcs
command: [emacs,
'--no-init-file',
'--batch',
'--eval', '(setq load-prefer-newer t)',
'--eval', target_func,
'--directory', meson.current_build_dir(),
'--directory', meson.current_source_dir(),