Update BUILD.gn
This commit is contained in:
parent
effa1ad266
commit
62d77486a1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ config("compiler") {
|
|||
defines = [ "CR_XCODE_VERSION=$xcode_version" ]
|
||||
|
||||
asmflags = common_mac_flags
|
||||
cflags += [ "-O3" ] + common_mac_flags
|
||||
cflags = [ "-O3" ] + common_mac_flags
|
||||
lto_opt_level = 3
|
||||
|
||||
# Without this, the constructors and destructors of a C++ object inside
|
||||
|
|
Loading…
Reference in a new issue