BUG: Environment Compiler Options Incorrectly Take PrecedenceLast reviewed: April 9, 1996Article ID: Q149510 |
The information in this article applies to:
SYMPTOMSCompiler options set with the FL32 environment variable incorrectly take precedence over like compiler options set either in the Developer Studio workbench or at the MS-DOS command-line prompt.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe correct compiler option precedence should be that any like compiler options specified in the Developer Studio workbench or those used on the MS- DOS command-line prompt take precedence over similar compiler options set in the FL32 environment variable.
Steps to Reproduce Problem
Command line warning D2005: flag /G4 conflicts with earlier flag. Flag ignored. Sample CodeC Compile options needed: none
print *, 'hello, world' end |
Additional reference words: 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |