Commit 2ff40918 authored by Bruce Momjian's avatar Bruce Momjian

Add quotes around -O setting for consistency.

parent 7ceadb8f
if test "$GCC" = yes; then
CFLAGS=-O2
CFLAGS="-O2"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment