Re: nmake on Win32 fails due to incompatible compiler flags

2003-09-27 Thread Jonathan Worthington
- Original Message - From: "Dan Sugalski" <[EMAIL PROTECTED]> To: "Jonathan Worthington" <[EMAIL PROTECTED]>; "perl6-internals" <[EMAIL PROTECTED]> Sent: Saturday, September 27, 2003 3:02 PM Subject: Re: nmake on Win32 fails due to incompat

Re: nmake on Win32 fails due to incompatible compiler flags

2003-09-27 Thread Dan Sugalski
At 1:09 PM +0100 9/27/03, Jonathan Worthington wrote: According to the documentation, -O1 is used to "minimize space" and -ZI is to enable Edit and Continue debug info. Removing -O1 fixes it. The attached patch gets rid of -O1 if -ZI is being used. Applied, thanks. (I need to get the native win32

nmake on Win32 fails due to incompatible compiler flags

2003-09-27 Thread Jonathan Worthington
Hi, Just did a nice clean CVS checkout. Unfortunately, I didn't get a nice clean build. On running nmake I get:- -- Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. echo Compiling with: Compiling with: xx.c -no