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

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/mel/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:42:04 -0000      1.9
+++ Makefile.msc        27 Nov 2007 15:17:47 -0000      1.9.2.1
@@ -23,7 +23,7 @@
 !IFDEF DEBUG
 CFLAGS = -I. -GF -W3 -wd4273 -wd4102 -MDd -nologo -Zi -Od -D_DEBUG -RTC1 -ZI
 !ELSE
-CFLAGS = -I. -GF -wd4273 -wd4102 -W3 -MD -nologo -Zi
+CFLAGS = -I. -GF -wd4273 -wd4102 -W3 -MD -nologo
 !ENDIF
 CXXFLAGS = $(CFLAGS) -EHsc
 MV=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