mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Add quotes around -O setting for consistency.
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
if test "$GCC" = yes; then
|
||||
CFLAGS=-O2
|
||||
CFLAGS="-O2"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user