pgAdmin III commit: Additional cleanup of the build system as discussed

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Additional cleanup of the build system as discussed
Date: 2011-02-07 11:14:37
Message-ID: 201102071114.p17BEbuX060883@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Additional cleanup of the build system as discussed at FOSDEM:
- Move optimisation levels from CPPFLAGS into CFLAGS/CXXFLAGS
- Remove the --no-precomp option from the Mac build options
- Remove some bogus code that cleared(!) CFLAGS and CXXFLAGS

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a092a9ecf8ae5b42096b98f0d6930a444a7a4eb2

Modified Files
--------------
acinclude.m4 | 20 +++++++-------------
configure.ac.in | 2 --
2 files changed, 7 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil S 2011-02-07 12:01:19 pgAdmin III: error while browsing schema of PG database
Previous Message Dave Page 2011-02-07 08:57:13 Re: Hiding Schedules/Step tabs while creating a new pgAgent job