mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +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
|
||||
#if !(defined(__i386) || defined (__amd64)) || defined (__clang__)
|
||||
#define STRICT_ALIGN 1
|
||||
#else
|
||||
#define STRICT_ALIGN 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue