![]() | ![]() | ![]() | :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
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
![]() | ![]() | ![]() | :full-safety | ![]() |