mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05:00
Bruce Hartzler <bruceh@mail.utexas.edu>. It contains shared library support, regression test map, and the usual template files. The dynamic loader is missing, the spin lock code apparently doesn't assemble due to syntax problems, and semaphores are to be hoped for from Apple.
4 lines
146 B
Text
4 lines
146 B
Text
# regular cpp is broken in current development releases
|
|
CC="$CC -traditional-cpp"
|
|
# be on safe side while they sort out their compiler
|
|
CFLAGS=-O0
|