Re: Python interface with CFLAGS - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: Python interface with CFLAGS
Date
Msg-id Pine.LNX.4.30.0101241712050.1469-100000@peter.localdomain
Whole thread Raw
In response to Python interface with CFLAGS  (Alexander Klimov <ask@wisdom.weizmann.ac.il>)
List 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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [DOCS] Re: 7.1 released on 2000-09-01?
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: isfinite(interval) malfunctions