Why do I get -g with this config?

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Why do I get -g with this config?
Date: 2003-10-24 16:07:50
Message-ID: 107900000.1067011670@lerlaptop.iadfw.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

With B4, I didn't get the -g switch with the below config, with
B5, I do.

This is BAD on UnixWare, as our compiler doesn't do -O with -g.

CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \
--with-CXX --enable-multibyte --enable-cassert \
--with-includes=/usr/local/include --with-libs=/usr/local/lib \
--with-tcl --with-tclconfig=/usr/local/lib \
--with-tkconfig=/usr/local/lib --enable-locale \
--enable-thread-safety

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Browse pgsql-hackers by date

  From Date Subject
Next Message Jean-Henry Berevoescu 2003-10-24 16:08:09 Re: Complex/elaborate user-defined base types
Previous Message Bruce Momjian 2003-10-24 15:57:34 Re: Call for port reports