C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
D4009
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command-line warning D4009
 
     threshold only for far or huge data; ignored
 
     A data size threshold was specified for near data.
 
     The /Gt command-line option cannot be used in memory models that
     have a single data segment. Only compact, large, and huge models
     have multiple data segments and support /Gt.
 
     Check the CL or FL environment variable for option specifications.
                                    -♦-