From a6f4addba78a8615aae87865c0ff4014e4914213 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Sun, 4 Feb 2007 14:38:16 +0000 Subject: [PATCH] Use MSVC v.7 debugging symbols instead of databases --- msvc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/msvc/Makefile b/msvc/Makefile index afc2d888e..03b110144 100644 --- a/msvc/Makefile +++ b/msvc/Makefile @@ -30,7 +30,7 @@ GMP_TYPE = gc ECL_THREADS = # Set it to non-empty to enable Win32 debug support -ECL_DEBUG = 1 +#ECL_DEBUG = 1 # Add the extensions to include in the build process. Comment any # of the following lines to remove a feature from the build process @@ -101,8 +101,8 @@ DEF = ecl.def # Enable debug information # !if "$(ECL_DEBUG)" != "" -CFLAGS = -Zi $(CFLAGS) -LDFLAGS = -Zi $(LDFLAGS) +CFLAGS = -Z7 $(CFLAGS) +LDFLAGS = -Z7 $(LDFLAGS) SHARED_LDFLAGS = -LDd #MFLAGS = -MDd GCFLAGS =