Commit 740c65a0 authored by unknown's avatar unknown

univ.i:

  Make possible switch off X86 assembler usage in Windows: needed for the Itanium port


innobase/include/univ.i:
  Make possible switch off X86 assembler usage in Windows: needed for the Itanium port
parent 98d1d77c
...@@ -14,6 +14,10 @@ Created 1/20/1994 Heikki Tuuri ...@@ -14,6 +14,10 @@ Created 1/20/1994 Heikki Tuuri
#include <windows.h> #include <windows.h>
/* When compiling for Itanium IA64, undefine the flag below to prevent use
of 32-bit assembler */
#define UNIV_CAN_USE_X86_ASSEMBLER
/* If you want to check for errors with compiler level -W4, /* If you want to check for errors with compiler level -W4,
comment out the above include of windows.h and let the following defines comment out the above include of windows.h and let the following defines
be defined: be defined:
...@@ -70,13 +74,14 @@ memory is read outside the allocated blocks. */ ...@@ -70,13 +74,14 @@ memory is read outside the allocated blocks. */
*/ */
/* Make a non-inline debug version */ /* Make a non-inline debug version */
/* /*
#define UNIV_DEBUG #define UNIV_DEBUG
#define UNIV_MEM_DEBUG #define UNIV_MEM_DEBUG
#define UNIV_SEARCH_DEBUG #define UNIV_SYNC_DEBUG
#define UNIV_IBUF_DEBUG #define UNIV_IBUF_DEBUG
#define UNIV_SYNC_DEBUG #define UNIV_SEARCH_DEBUG
#define UNIV_SYNC_PERF_STAT #define UNIV_SYNC_PERF_STAT
#define UNIV_SEARCH_PERF_STAT #define UNIV_SEARCH_PERF_STAT
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment