| 1 | #define NO_DEBUG_CODE in main() and all modules that call INIT_MODULE() and EXIT_MODULE() before any Vermont Views header files are #included. |
| 2 | Recompile main(). |
| 3 | Recompile all your modules that call INIT_MODULE() and EXIT_MODULE(). These functions implement automatic calling of the error reporting function, if one is installed. See Chapter 50, "Debugging and Error Handling," for more information. |
| 4 | Link your program with the production library. Production library names contain the letters "prd". |