9d8a04cd1fd0a0c4ec891a9497512e4bbbaead9d
Android's toolchain file, ie., android-legacy.toolchain.cmake assumes that the default build is a Debug build, and it adds the `-g` flag to CMAKE_<LANG>_FLAGS, as a result, our release Android build always contains debug symbols. In this patch, I basically move the `-g` flag from CMAKE_<LANG>_FLAGS to CMAKE_<LANG>_FLAGS_DEBUG, and CMAKE_<LANG>_FLAGS_RELWITHDEBINFO. Pick-to: 6.5 6.6 Fixes: QTBUG-111901 Change-Id: I31eadb07d9172c923e8beaf0ac6c6e34fe1ebefb Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
…
…
Description
No description provided
355 MiB
Languages
C++
83.9%
HTML
5%
C
3.9%
CMake
3.5%
Objective-C++
2%
Other
1.1%