Re: Disable LLVM bitcode generation with pgxs.mk framework.
Xing Guo <higuoxing@gmail.com>
From: Xing Guo <higuoxing@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-03-13T00:01:31Z
Lists: pgsql-hackers
Attachments
- v1-0001-Add-NO_LLVM_BITCODE-option-to-pgxs.patch (text/x-patch) patch v1-0001
> On Tue, Mar 12, 2024 at 10:40 PM Daniel Gustafsson <daniel@yesql.se> wrote: > > > On 12 Mar 2024, at 14:38, Xing Guo <higuoxing@gmail.com> wrote: > > > Would it be possible to add a new switch in the pgxs.mk framework to > > allow users to disable this feature? > > Something like that doesn't seem unreasonable I think. Thanks. I added a new option NO_LLVM_BITCODE to pgxs. I'm not sure if the name is appropriate. > -- > Daniel Gustafsson >