mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Shared library and GCC support for SCO OpenServer.
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
CFLAGS=
|
||||
CC="$CC -b elf"
|
||||
if test "$GCC" = yes; then
|
||||
CFLAGS=-02
|
||||
else
|
||||
CFLAGS=-O
|
||||
CC="$CC -b elf"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user