1# MWCPPC compiler needs to crank down the optimizations
2
3use strict;
4no strict 'vars';
5$self->{MWCPPCOptimize} = "-O1";
6