1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:57:44 +00:00

Meta: Port recent changes to GN build

a6106ca221
04c094343f
This commit is contained in:
Timothy Flynn 2023-11-24 07:49:04 -05:00 committed by Tim Flynn
parent 185715d832
commit 754ecc56dd

View file

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