[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#48978: 28.0.50; native-comp: Error: File error Creating file with pr
From: |
Eli Zaretskii |
Subject: |
bug#48978: 28.0.50; native-comp: Error: File error Creating file with prefix |
Date: |
Mon, 14 Jun 2021 19:08:11 +0300 |
> From: Andrea Corallo <akrl@sdf.org>
> Cc: No Wayman <iarchivedmywholelife@gmail.com>, 48978@debbugs.gnu.org
> Date: Mon, 14 Jun 2021 13:01:44 +0000
>
> > Do we really need that temporary file for the purposes of
> > native-compilation, or could we disable its creation?
>
> Agree, I think we can (and should) disable its creation when
> `byte+native-compile' is non-nil.
You mean, when `byte+native-compile' is nil, right?
> Right I pushed dc4ac39b26, it should do the job.
Thanks.