mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05:00
-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS for all ports. It can't hurt if they are not supported, but it makes our job easier for porting. Should fix Darwin compile and other platforms without mucking with the thread detection code.
3 lines
80 B
Text
3 lines
80 B
Text
case $host_cpu in
|
|
alpha*) CFLAGS="-O";; # alpha has problems with -O2
|
|
esac
|