The IMP OPTION directive sets compiler options for a program.
1. String is a text string delimited by quotes that contains the compiler options. Refer to the Compiler Options section for further details.
1. If the character "-" precedes the option, it's used during the compilation process; if the character "#" precedes the option, it is not used during the compilation process.Note - Options with a value must be specified along with their value. For example: if you have -sns=100 in the command-line and you want to remove it through IMP OPTION, the correct syntax is >>IMP OPTION “#sns=100” not just >>IMP OPTION “#sns”.
3. The following compiler options can be used only in the command line and are ignored if they appear in String: -cv, -efc, -efd, -efo, -lf, -lfo, -od, -rw, -rc, -sf, -st, -sa, -stl.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |