1 2 3 4 5 6 7
#ifndef __OPTIMIZE__ # error "Optimizations not enabled!" #endif int main(void) { return 0; }