mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +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