From 754ecc56dd33abef80a5fdf0550fa5a6311d8cc8 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 24 Nov 2023 07:49:04 -0500 Subject: [PATCH] Meta: Port recent changes to GN build a6106ca22185cfd3e66207a17e49dafd94dd1ae2 04c094343ffcd9fc2012b1e43658e32e3b935642 --- Meta/gn/build/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Meta/gn/build/BUILD.gn b/Meta/gn/build/BUILD.gn index 8e05284881..848265da69 100644 --- a/Meta/gn/build/BUILD.gn +++ b/Meta/gn/build/BUILD.gn @@ -129,6 +129,8 @@ config("compiler_defaults") { ] } + cflags += [ "-Wno-invalid-offsetof" ] + if (use_lld) { ldflags += [ "-fuse-ld=lld" ] }