qBittorrent/cmake/Modules
NotTsunami 81cec1930b
CMake: Remove additional debugging compiler flags
Our previous setup lead to two unintended consequences:

* Debug flags were included in both release and debug builds instead
of just debug builds
* Clang doesn't support -gX (where X is the level of debugging
optimization), but we checked for -Og support instead

This commit avoids both of these scenarios by removing the additional
flags altogether. Partial resolution to #11856.
2020-03-24 16:14:15 +02:00
..
bundle.cmake Install required plugins into bundle 2017-07-14 17:42:02 +02:00
CompileFeature.cmake Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
DeployQt5.cmake Install required plugins into bundle 2017-07-14 17:42:02 +02:00
FindLibtorrentRasterbar.cmake Update libtorrent build defines on Windows 2019-10-09 10:44:42 +08:00
FindSystemd.cmake cmake: fix FindSystemd.cmake 2017-05-19 10:44:36 +02:00
FunctionReadVersion.cmake cmake: read version numbers from the version.pri file. Closes #6350. 2017-02-06 21:30:26 +01:00
MacroConfigureMSVCRuntime.cmake add basic cmake support 2016-02-29 12:53:43 +01:00
MacroGlibcDetect.cmake cmake: set warning and error options 2017-04-29 13:30:28 +02:00
MacroLinkQtComponents.cmake Fix typo 2018-03-14 23:37:08 +08:00
MacroQbtCompilerSettings.cmake CMake: Remove additional debugging compiler flags 2020-03-24 16:14:15 +02:00
QbtTargetSources.cmake Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
QbtTranslations.cmake cmake: restore out-of-source build 2018-10-14 11:06:20 +02:00
winconf-mingw.cmake CMake: Use libraries from winconf.pri 2019-11-12 10:43:25 +05:30
winconf-msvc.cmake CMake: Use libraries from winconf.pri 2019-11-12 10:43:25 +05:30
winconf.cmake Update libtorrent build defines on Windows 2019-10-09 10:44:42 +08:00