mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
11896868d6
Two non-functional changes: - Remove pointless `-latomic` flag. It was specified via `add_compile_options`, which only affects compilation and not linking, so the library was never actually linked into the kernel. In fact, we do not even build `libatomic` for our toolchain. - Do not disable `-Wnonnull`. The warning-causing code was fixed at some point. This commit also removes `-mstrict-align` from the userland. Our target AArch64 hardware natively supports unaligned accesses without a significant performance penalty. Allowing the compiler to insert unaligned accesses into aligned-as-written code allows for some performance optimizations in fact. We keep this option turned on in the kernel to preserve correctness for MMIO, as that might be sensitive to alignment. |
||
---|---|---|
.. | ||
Superbuild | ||
all_the_debug_macros.cmake | ||
ca_certificates_data.cmake | ||
check_for_dependencies.cmake | ||
cmake-version.cmake | ||
code_generators.cmake | ||
common_compile_options.cmake | ||
common_options.cmake | ||
commonmark_spec.cmake | ||
flac_spec_tests.cmake | ||
jakt.cmake | ||
lagom-install-config.cmake | ||
lagom_compile_options.cmake | ||
lagom_options.cmake | ||
libgl_generators.cmake | ||
libweb_generators.cmake | ||
locale_data.cmake | ||
pnp_ids.cmake | ||
processor-count.cmake | ||
serenity_compile_options.cmake | ||
serenity_components.cmake | ||
serenity_options.cmake | ||
setup_ccache.cmake | ||
time_zone_data.cmake | ||
unicode_data.cmake | ||
utils.cmake | ||
wasm_spec_tests.cmake |