Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-01-05 23:35:59 -06:00 committed by GitHub
parent 62d77486a1
commit d5f2292d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,6 @@ config("compiler") {
asmflags = common_mac_flags
cflags = [ "-O3" ] + common_mac_flags
lto_opt_level = 3
# Without this, the constructors and destructors of a C++ object inside
# an Objective C struct won't be called, which is very bad.