palm-os-sdk/sdk-5r4/include/Dynamic/PalmSpecifyOptLevel.h
2018-08-30 15:18:26 +01:00

25 lines
657 B
C
Executable File

/******************************************************************************
*
* Copyright (c) 1999-2004 PalmSource, Inc. All rights reserved.
*
* File: PalmSpecifyOptLevel.h
*
* Release: eclipse 5 SDK (68K) R4.
*
*****************************************************************************/
// Include this file (perhaps as a prefix) if the default optimization level doesn't work
// or needs to be adjusted in some way.
//
// Example usages:
//
// #ifdef SPECIFY_OPT_LEVEL
// #pramga optimization_level 1
// #endif
//
// #ifdef SPECIFY_OPT_LEVEL
// #pragma global_optimization off
// #endif
#define SPECIFY_OPT_LEVEL