mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
configure under native Windows (MinGW that is), but you won't get very far compiling yet. The dynaloader files are from Jan Wieck's patch set.
4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
if test "$GCC" = yes; then
|
|
CFLAGS=-O2
|
|
fi
|