Strip binaries on macos

This commit is contained in:
Oleg.Korshul
2025-12-26 01:18:06 +03:00
parent 0ef0518f1a
commit d8dc82ea35

View File

@ -273,6 +273,11 @@ core_mac {
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12
!apple_silicon:QMAKE_APPLE_DEVICE_ARCHS = x86_64
}
!core_debug {
equals(TEMPLATE, app):QMAKE_POST_LINK += strip $(TARGET)
# TODO: plugin!
}
}
core_linux_clang {