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