1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00
I have changed a bit the makefiles for the win32 port - the *.def files
(created when building shared libraries) are now clean from
Makefile.shlib.

I have also removed "-g" from CFLAGS in the "cygwin32" template - it can
be
enabled when running configure.

                        Dan
This commit is contained in:
Bruce Momjian
1999-10-13 11:38:42 +00:00
parent 8ce829ea6a
commit c3ac9f07b7
5 changed files with 8 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
AROPT:crs
CFLAGS:-O2 -g
CFLAGS:-O2
SHARED_LIB:
ALL:
SRCH_INC:/usr/local/include