mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
0 -> O
This commit is contained in:
parent
e29c16dc50
commit
f7b7b0399c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
if test "$GCC" = yes; then
|
||||
CFLAGS=-02
|
||||
CFLAGS=-O2
|
||||
else
|
||||
CFLAGS=-O
|
||||
CC="$CC -b elf"
|
||||
|
|
|
|||
Loading…
Reference in a new issue