Re: Python interface with CFLAGS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Python interface with CFLAGS
Дата
Msg-id Pine.LNX.4.30.0101241712050.1469-100000@peter.localdomain
обсуждение исходный текст
Ответ на Python interface with CFLAGS  (Alexander Klimov <ask@wisdom.weizmann.ac.il>)
Список pgsql-bugs
Alexander Klimov writes:

> make distclean; configure --with-tcl --with-perl --with-python
> --with-openssl --with-CXX && make CFLAGS='-O2' CXXFLAGS='-O2'

make distclean
CFLAGS='-O2' CXXFLAGS='-O2' configure --with-tcl --with-perl --with-python --with-openssl --with-CXX
make all

(-O2 should be the default anyway.)

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/

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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: [DOCS] Re: 7.1 released on 2000-09-01?
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: isfinite(interval) malfunctions