From 56b53e86fb0910624c340c806e374f3c6113bf40 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 Sep 2018 11:43:35 +0200 Subject: Automatically compile python files --- build.macros.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.macros.in') diff --git a/build.macros.in b/build.macros.in index e37e157..1db4757 100644 --- a/build.macros.in +++ b/build.macros.in @@ -473,6 +473,10 @@ fi # Should missing buildids terminate a build? %_missing_build_ids_terminate_build 1 +# +## Automatically compile python files +%py_auto_byte_compile 1 + # ## Should python bytecompilation errors terminate a build? %_python_bytecompile_errors_terminate_build 1 -- cgit v1.2.1