mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 05:11:01 +00:00
define SRTICT_ALIGN to - if the system is x86/x64 system
This commit is contained in:
parent
ddce305c17
commit
03ddc1f29a
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@
|
||||||
#ifndef STRICT_ALIGN
|
#ifndef STRICT_ALIGN
|
||||||
#if !(defined(__i386) || defined (__amd64)) || defined (__clang__)
|
#if !(defined(__i386) || defined (__amd64)) || defined (__clang__)
|
||||||
#define STRICT_ALIGN 1
|
#define STRICT_ALIGN 1
|
||||||
|
#else
|
||||||
|
#define STRICT_ALIGN 0
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue