From 0e22cb1232f4474f9b461661b621603312f37d3d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Oct 2003 03:20:34 +0000 Subject: This centralizes the optimization defaults into configure.in, rather than having CFLAGS= in the template files. It uses -O2 for gcc (generated by autoconf), and -O for non-gcc, unless the template overrides it. --- src/template/unixware | 1 - 1 file changed, 1 deletion(-) (limited to 'src/template/unixware') diff --git a/src/template/unixware b/src/template/unixware index e1991bcc9c8..cb1381d8fbd 100644 --- a/src/template/unixware +++ b/src/template/unixware @@ -1,5 +1,4 @@ if test "$GCC" = yes; then - CFLAGS=-O2 THREAD_CPPFLAGS="-pthread" else # the -Kno_host is temporary for a bug in the compiler. See -hackers -- cgit v1.2.3