Skip to content
Snippets Groups Projects
Commit 03ddc1f2 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

define SRTICT_ALIGN to - if the system is x86/x64 system

parent ddce305c
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,8 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment