mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
univ.i:
Prevent use of X86 assembler when WIN64 defined innobase/include/univ.i: Prevent use of X86 assembler when WIN64 defined
This commit is contained in:
parent
be885c30c0
commit
435d4f9762
1 changed files with 3 additions and 0 deletions
|
@ -16,7 +16,10 @@ Created 1/20/1994 Heikki Tuuri
|
|||
|
||||
/* When compiling for Itanium IA64, undefine the flag below to prevent use
|
||||
of 32-bit assembler */
|
||||
|
||||
#ifndef WIN64
|
||||
#define UNIV_CAN_USE_X86_ASSEMBLER
|
||||
#endif
|
||||
|
||||
/* If you want to check for errors with compiler level -W4,
|
||||
comment out the above include of windows.h and let the following defines
|
||||
|
|
Loading…
Reference in a new issue