Format:
-[no-]variable-frameallocate variables into a full frame
Default: disabled
Purpose: Place all variables in a function into a single block instead of using the first available space. This can minimize the number of bank switching operations, but can also lead to less efficient use of the data areas.