[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-09-05 (14:37) |
From: | Christophe TROESTLER <Christophe.Troestler+ocaml@u...> |
Subject: | Re: [Caml-list] OCaml native win32 compiler issue in 3.10 |
On Wed, 5 Sep 2007 12:20:53 +0200 (CEST), wrote: > > In 3.10, the native windows compiler does a "cl [..] /link /subsystem:console" > In 3.09.3, the native windows compiler does a "cl [...]" > > I don't know if it's a bug or a feature, but there's clearly a > backward compatibility issue. Can you please revert it back to the > old behavior, or at least put on option to the native windows > compiler so that this feature can be disabled at will? Doesn't -cc satisfy your needs ? ChriS