1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 08:12:11 -07:00

Making hot the default variety, so that "cc -c mps.c" comes out hot.

Copied from Perforce
 Change: 179287
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-09-05 23:04:12 +01:00
parent e55eefd3d5
commit b6043c7a01

View file

@ -39,22 +39,6 @@
/* no telemetry log events */
/* CONFIG_VAR_HOT -- the hot variety
*
* This variety is the default variety for distribution in products that use
* the MPS. It has maximum performance while retaining a good level of
* consistency checking and allowing some debugging and telemetry features.
*/
#elif defined(CONFIG_VAR_HOT)
#define CONFIG_ASSERT
#ifndef CHECKLEVEL
#define CHECKLEVEL CheckLevelMINIMAL
#endif
/* no statistic meters */
/* no telemetry log events */
/* CONFIG_VAR_DIAG -- diagnostic variety
*
* Deprecated. The diagnostic variety prints messages about the internals
@ -111,6 +95,24 @@
#define CONFIG_STATS
#define CONFIG_LOG
#else /* CONFIG_VAR_* */
/* CONFIG_VAR_HOT -- the hot variety
*
* This variety is the default variety for distribution in products that use
* the MPS. It has maximum performance while retaining a good level of
* consistency checking and allowing some debugging and telemetry features.
*/
/* #elif defined(CONFIG_VAR_HOT) */
#define CONFIG_ASSERT
#ifndef CHECKLEVEL
#define CHECKLEVEL CheckLevelMINIMAL
#endif
/* no statistic meters */
/* no telemetry log events */
#endif /* CONFIG_VAR_* */