projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ceadb8
)
Add quotes around -O setting for consistency.
author
Bruce Momjian
Wed, 8 Oct 2003 18:23:08 +0000
(18:23 +0000)
committer
Bruce Momjian
Wed, 8 Oct 2003 18:23:08 +0000
(18:23 +0000)
src/template/win
patch
|
blob
|
blame
|
history
diff --git
a/src/template/win
b/src/template/win
index c5366cf49356a7b85b06b40e2f96c48258afbe03..736e0f293d32b3246a6f979d90dbbeaa4d378c29 100644
(file)
--- a/
src/template/win
+++ b/
src/template/win
@@
-1,3
+1,3
@@
if test "$GCC" = yes; then
- CFLAGS=
-O2
+ CFLAGS=
"-O2"
fi