26 lines
381 B
C
26 lines
381 B
C
/*++
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
opt_time.h
|
|
|
|
Abstract:
|
|
|
|
This file enables time-based (speed) optimizations. This pragma is
|
|
placed in a separate file to make it easier to tune later.
|
|
|
|
opt_rest.h is the complement to this file.
|
|
|
|
Author:
|
|
|
|
Keith Moore (keithmo) 23-Jul-1997
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#pragma optimize( "t", on )
|
|
|