mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-19 12:56:59 +08: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
|