<< STRICT_ALIGNMENT must be tested dynamically when the compiler is running, not statically by the preprocessor. It can be set by command-line options. >> I assume this means that this option must be used uniformly for absolutely every component of a program, including all library components. It would be nice if this could be enforced somehow.