On Wed, Jun 23, 2010 at 3:48 PM, Ramsay Jones wrote: > > The msvc debug build (make MSVC=1 DEBUG=1) issues a warning > on every invocation of the linker: > > LINK : warning LNK4044: unrecognized option '/Zi'; ignored > > In order to suppress the warning, we refrain from passing the > $(ALL_CFLAGS) macro to the linker. Alternatively, we could leave the makefile alone and fix it up in compat/vcbuild/scripts/clink.pl (Apologies for the patch attached instead of inline; I'm not using a whitespace-clean email client at the moment.) Peter Harris
Attachment:
msvc.patch
Description: Binary data