2018-04-10 13:03:11 +00:00
|
|
|
# bitcode (release mode) is incompatible with splitting sections.
|
2019-08-28 11:37:39 +00:00
|
|
|
# We have to explicitly exclude Xcode, as that supports both debug
|
|
|
|
# and release builds in the same project. Xcode already has a settting
|
|
|
|
# for dead code stripping which is enabled by default, so we'll still
|
|
|
|
# strip any libraries build with split sections.
|
|
|
|
!bitcode|if(!macx-xcode:!release): load(gc_binaries)
|