diff options
| author | Bruce Momjian | 1999-10-13 11:38:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-10-13 11:38:42 +0000 |
| commit | c3ac9f07b7bf2f764155a9b0e97c761fa780ac27 (patch) | |
| tree | a17fda5d49da95d387b32c6c71e789dd27aca423 /src/template | |
| parent | 8ce829ea6a10de737a744fff8509cd1bef70a971 (diff) | |
Hi,
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
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/cygwin32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/cygwin32 b/src/template/cygwin32 index 4e643782950..0a5d841cd99 100644 --- a/src/template/cygwin32 +++ b/src/template/cygwin32 @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS:-O2 -g +CFLAGS:-O2 SHARED_LIB: ALL: SRCH_INC:/usr/local/include |
