diff options
author | Timon Kruiper <timonkruiper@gmail.com> | 2023-02-14 19:54:43 +0100 |
---|---|---|
committer | Jelle Raaijmakers <jelle@gmta.nl> | 2023-02-15 22:53:19 +0100 |
commit | dfc6555fecddf409741b3f211b231ee923803029 (patch) | |
tree | d21cee4c10a1ad915171c61ff610da30b4c6788a /AK/IPv6Address.h | |
parent | d5262a540cf7df1d1267afb81caad19f74d633f1 (diff) | |
download | serenity-dfc6555fecddf409741b3f211b231ee923803029.zip |
CMake: Add -mstrict-align flag to compile options for aarch64 build
The aarch64 processor is set up to trap on unaligned memory accesses, so
to enforce that the compiler correctly generates aligned accesses, the
-mstrict-align flag is needed. We also need the -Wno-cast-align as there
are some files in AK that don't build without the flag.
Diffstat (limited to 'AK/IPv6Address.h')
0 files changed, 0 insertions, 0 deletions