Update of /cvsroot/monetdb/buildtools/Mx
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4497

Modified Files:
      Tag: MonetDB_1-20
        Makefile.msc 
Log Message:
Do not use -Zi option during (normal) compilation.  If you do, you can't 
compile from an SSH session that uses public-key authentication.

Index: Makefile.msc
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/Makefile.msc,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- Makefile.msc        13 Jul 2007 11:40:53 -0000      1.9
+++ Makefile.msc        27 Nov 2007 15:17:18 -0000      1.9.2.1
@@ -22,7 +22,7 @@
 !IFDEF DEBUG
 CFLAGS = -I. -GF -W3 -MDd -nologo -Zi -Od -D_DEBUG -RTC1 -ZI
 !ELSE
-CFLAGS = -I. -GF -W3 -MD -nologo -Zi
+CFLAGS = -I. -GF -W3 -MD -nologo
 !ENDIF
 
 COPY=copy


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to