From: Bruce Momjian Date: Wed, 8 Oct 2003 18:23:08 +0000 (+0000) Subject: Add quotes around -O setting for consistency. X-Git-Tag: REL9_0_0~14186 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2ff4091862fa27cb2681e554e956c90c8d806ea1;p=pg-rex%2Fsyncrep.git Add quotes around -O setting for consistency. --- diff --git a/src/template/win b/src/template/win index c5366cf493..736e0f293d 100644 --- a/src/template/win +++ b/src/template/win @@ -1,3 +1,3 @@ if test "$GCC" = yes; then - CFLAGS=-O2 + CFLAGS="-O2" fi