summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2003-10-08 18:23:08 +0000
committerBruce Momjian2003-10-08 18:23:08 +0000
commit2ff4091862fa27cb2681e554e956c90c8d806ea1 (patch)
treec0b1f7c86972f781bc2e81772ecb1f17d508db88
parent7ceadb8fab07b33c577ca4191332f403cf9694b1 (diff)
Add quotes around -O setting for consistency.
-rw-r--r--src/template/win2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/win b/src/template/win
index c5366cf4935..736e0f293d3 100644
--- a/src/template/win
+++ b/src/template/win
@@ -1,3 +1,3 @@
if test "$GCC" = yes; then
- CFLAGS=-O2
+ CFLAGS="-O2"
fi