Update of /cvsroot/monetdb/MonetDB/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4661

Modified Files:
      Tag: MonetDB_1-20
        winrules.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: winrules.msc
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/NT/winrules.msc,v
retrieving revision 1.2.4.7
retrieving revision 1.2.4.8
diff -u -d -r1.2.4.7 -r1.2.4.8
--- winrules.msc        16 Nov 2007 15:50:21 -0000      1.2.4.7
+++ winrules.msc        27 Nov 2007 15:17:56 -0000      1.2.4.8
@@ -61,7 +61,7 @@
 CFLAGS = -GF -W3 -wd4273 -wd4102 -MDd -nologo -Zi -Od -D_DEBUG -RTC1 -ZI -I. 
-I$(TOPDIR) $(LIBC_INCS) $(INCLUDES)
 NO_INLINE_CFLAGS =
 !ELSE
-CFLAGS = -GF -W3 -wd4273 -wd4102 -MD -nologo -Zi -Ox -I. -I$(TOPDIR) 
$(LIBC_INCS) $(INCLUDES)
+CFLAGS = -GF -W3 -wd4273 -wd4102 -MD -nologo -Ox -I. -I$(TOPDIR) $(LIBC_INCS) 
$(INCLUDES)
 NO_INLINE_CFLAGS = -Od -Ob0gysi-
 !ENDIF
 


-------------------------------------------------------------------------
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