GBBopen Tools:full-safety:disable-compiler-macrosGoTo Top

:disable-compiler-macros   [Feature]

Purpose
Disable GBBopen compiler macros.

See also
    :full-safety
    defcm

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

  (pushnew :disable-compiler-macros *features*)
  (compile-module :my-app :recompile :propagate)


The GBBopen Project


GBBopen Tools:full-safety:disable-compiler-macrosGoTo Top