eh (C++ Only)

Option Type Default Value #pragma options C C++
-qoption eh     x

Syntax

    -qeh | -qnoeh 
    

Purpose
Controls whether exception handling is enabled in the module being compiled.

If your program does not use C++ structured exception handling, compile with -qnoeh
to prevent generation of code that is not needed by your application.

If your program uses C++ exception handling, the program behaviour is undefined if -qnoeh is specified



List of Batch Compiler Options and Their Defaults
Options that Define the Compiler Object Code Produced
Equivalent Batch Compile-Link and Incremental Build Options