1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Add quotes around -O setting for consistency.

This commit is contained in:
Bruce Momjian 2003-10-08 18:23:08 +00:00
parent 7ceadb8fab
commit 2ff4091862

View File

@ -1,3 +1,3 @@
if test "$GCC" = yes; then if test "$GCC" = yes; then
CFLAGS=-O2 CFLAGS="-O2"
fi fi