You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
406 B
25 lines
406 B
/*++
|
|
|
|
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 )
|
|
|