0844be34ba
Fixes: QTBUG-73680 Change-Id: I5d17ef6321bb1f800c39c3f80dca9527ad343d12 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
7 lines
376 B
Plaintext
7 lines
376 B
Plaintext
# bitcode (release mode) is incompatible with splitting sections.
|
|
# 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)
|