summaryrefslogtreecommitdiffstats
path: root/cmake/Toolset.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Print always IPO statusChristian Göttsche2020-04-111-0/+3
|
* [Feature] Support multiple base32 alphabetsVsevolod Stakhov2020-04-091-1/+1
|
* [Minor] Support gcc static analyzer (from gcc 10)Vsevolod Stakhov2020-04-091-0/+8
|
* [Minor] Slghtly improve cmake reporting + use -O0 with full debugVsevolod Stakhov2020-03-301-4/+9
|
* [Rework] Further project structure reorganisationVsevolod Stakhov2020-02-111-9/+0
|
* [Minor] Remove dwarf-5 as it is not working with rpmVsevolod Stakhov2020-01-271-5/+1
|
* [Minor] CMake: Add ENABLE_LTO optionPeter Wu2020-01-211-2/+9
| | | | | | | | * The `CMAKE_BUILD_TYPE=None` option is commonly used to respect the user's optimization flags. Users may be interested in enabling LTO anyway in that case. Implement this the Debian build. * Remove typo, the value is called RelWithDebInfo. Enable LTO for this by default.
* [Minor] Fix misprintVsevolod Stakhov2019-12-271-1/+1
|
* [Minor] Remove enforced "-O3" from contrib librariesVsevolod Stakhov2019-12-251-2/+2
|
* [Minor] It seems that -gembed-source is not working at allVsevolod Stakhov2019-12-201-1/+1
|
* [Minor] Fix misprintVsevolod Stakhov2019-12-201-1/+1
|
* [Minor] Fix fast math usageVsevolod Stakhov2019-12-201-5/+11
|
* [Minor] Improve build flags handling, add fast-math optionVsevolod Stakhov2019-12-201-15/+33
|
* Use CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable for C++Petr Vaněk2019-12-131-2/+2
| | | | | The CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable should be used with C++ rather than CMAKE_C_FLAGS_{DEBUG,RELEASE}.
* [Rework] Further cmake system reworkVsevolod Stakhov2019-11-181-0/+162