mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04: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.
3 lines
43 B
Text
3 lines
43 B
Text
if test "$GCC" = yes; then
|
|
CFLAGS=-O2
|
|
fi
|