1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:17:35 +00:00

Revert "Meta: Port recent changes to GN build"

This reverts commit 754ecc56dd.

This was handled by: 49b7539290.
This commit is contained in:
Timothy Flynn 2023-11-24 11:24:58 -05:00
parent fb1845f294
commit 778f10fb26

View file

@ -129,8 +129,6 @@ config("compiler_defaults") {
]
}
cflags += [ "-Wno-invalid-offsetof" ]
if (use_lld) {
ldflags += [ "-fuse-ld=lld" ]
}