mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Add quotes around -O setting for consistency.
This commit is contained in:
parent
7ceadb8fab
commit
2ff4091862
@ -1,3 +1,3 @@
|
||||
if test "$GCC" = yes; then
|
||||
CFLAGS=-O2
|
||||
CFLAGS="-O2"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user