/*++

Copyright (c) 1997  Microsoft Corporation

Module Name:

    opt_rest.h

Abstract:

    This file restores default optimizations. This pragma is placed in a
    separate file to make it easier to tune later.

    The other opt_*.h files complement this file.

Author:

    Keith Moore (keithmo)       23-Jul-1997

Revision History:

--*/

#pragma optimize( "", on )

