:disable-compiler-macrosGBBopen Tools*disable-with-error-handling*:full-safetyGoTo Top

:full-safety   [Feature]

Purpose
Disable GBBopen compile-time optimizations.

Description
The :full-safety feature disables all compile-time optimizations, including the use of compiler macros. Compiler macros can be disabled without disabling other compile-time optimizations with the feature :disable-compiler-macros.

See also
    defcm
    :disable-compiler-macros

Example
Recompile a GBBopen application (and GBBopen itself) with all GBBopen optimizations disabled:

  (pushnew :full-safety *features*)
  (compile-module :my-app :recompile :propagate)


The GBBopen Project


:disable-compiler-macrosGBBopen Tools*disable-with-error-handling*:full-safetyGoTo Top