4.1.4 Compiler Optimizations

Test UEFI Drivers built with compiler optimizations enabled and disabled. This helps identify odd code errors that might not manifest at lower optimization levels. It also helps identify if a UEFI Driver is sensitive to differences in execution speed. A UEFI Driver that works at lower levels of optimization, but not at higher levels, may be missing logic for a required synchronization.