mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
0 -> O
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
if test "$GCC" = yes; then
|
if test "$GCC" = yes; then
|
||||||
CFLAGS=-02
|
CFLAGS=-O2
|
||||||
else
|
else
|
||||||
CFLAGS=-O
|
CFLAGS=-O
|
||||||
CC="$CC -b elf"
|
CC="$CC -b elf"
|
||||||
|
Reference in New Issue
Block a user