-K mcompile option

The -K option that can be used with the mcompile utility command.

The continue (-K) option of the mcompile utility command is used to continue the compiling of the executable maps that are present in the map source file when any errors are returned by the map compiler or upon the first mcompile error. This option can be used only with the all maps (-A) option. If the continue (-K) option is specified without (-A), the command line is invalid, and the Not a valid command line - Continue compiling option cannot be specified without `-A' all maps command option. error message will display on the console. If the continue compilation (-K) option is not selected, the compilation of the map on which the first error has occurred will be completed, and the mcompile will terminate. It will not continue with the rest of the executable maps that are present in the map source file. If the continue compilation (-K) option is selected, the map compilation will be performed for all the executable maps that are present in the map source file, regardless of whether the map compiler returns warnings or errors for any of the individual maps.