Disable LLVM bitcode generation with pgxs.mk framework.

Поиск
Список
Период
Сортировка
От Xing Guo
Тема Disable LLVM bitcode generation with pgxs.mk framework.
Дата
Msg-id CACpMh+CPDPLbvXPsB1-4N-TsNHtg_o4XR_CGFpYqeBfyt0U8CA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Disable LLVM bitcode generation with pgxs.mk framework.  (Daniel Gustafsson <daniel@yesql.se>)
Re: Disable LLVM bitcode generation with pgxs.mk framework.  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-hackers
Hi hackers,

When the PostgreSQL server is configured with --with-llvm, the pgxs.mk
framework will generate LLVM bitcode for extensions automatically.
Sometimes, I don't want to generate bitcode for some extensions. I can
turn off this feature by specifying with_llvm=0 in the make command.

```
make with_llvm=0
```

Would it be possible to add a new switch in the pgxs.mk framework to
allow users to disable this feature? E.g., the Makefile looks like:

```
WITH_LLVM=no
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
```

Best Regards,
Xing



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] LockAcquireExtended improvement
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Commitfest Manager for March