Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Print always IPO status | Christian Göttsche | 2020-04-11 | 1 | -0/+3 |
| | |||||
* | [Feature] Support multiple base32 alphabets | Vsevolod Stakhov | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | [Minor] Support gcc static analyzer (from gcc 10) | Vsevolod Stakhov | 2020-04-09 | 1 | -0/+8 |
| | |||||
* | [Minor] Slghtly improve cmake reporting + use -O0 with full debug | Vsevolod Stakhov | 2020-03-30 | 1 | -4/+9 |
| | |||||
* | [Rework] Further project structure reorganisation | Vsevolod Stakhov | 2020-02-11 | 1 | -9/+0 |
| | |||||
* | [Minor] Remove dwarf-5 as it is not working with rpm | Vsevolod Stakhov | 2020-01-27 | 1 | -5/+1 |
| | |||||
* | [Minor] CMake: Add ENABLE_LTO option | Peter Wu | 2020-01-21 | 1 | -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 misprint | Vsevolod Stakhov | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove enforced "-O3" from contrib libraries | Vsevolod Stakhov | 2019-12-25 | 1 | -2/+2 |
| | |||||
* | [Minor] It seems that -gembed-source is not working at all | Vsevolod Stakhov | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix fast math usage | Vsevolod Stakhov | 2019-12-20 | 1 | -5/+11 |
| | |||||
* | [Minor] Improve build flags handling, add fast-math option | Vsevolod Stakhov | 2019-12-20 | 1 | -15/+33 |
| | |||||
* | Use CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable for C++ | Petr Vaněk | 2019-12-13 | 1 | -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 rework | Vsevolod Stakhov | 2019-11-18 | 1 | -0/+162 |