On 23 May 2018 at 18:09, Iñaki Úcar wrote:
| 2018-05-23 17:40 GMT+02:00 Dirk Eddelbuettel :
| >
| > On 23 May 2018 at 17:22, Iñaki Úcar wrote:
| > | Hi,
| > |
| > | For other Fedora users that may be struggling with this too...
| > |
| > | Fedora 28 introduced new hardening flags for compiled code
2018-05-23 17:40 GMT+02:00 Dirk Eddelbuettel :
>
> On 23 May 2018 at 17:22, Iñaki Úcar wrote:
> | Hi,
> |
> | For other Fedora users that may be struggling with this too...
> |
> | Fedora 28 introduced new hardening flags for compiled code (see [1]).
> | Particularly, -D_GLIBCXX_ASSERTIONS is added
On 23 May 2018 at 17:22, Iñaki Úcar wrote:
| Hi,
|
| For other Fedora users that may be struggling with this too...
|
| Fedora 28 introduced new hardening flags for compiled code (see [1]).
| Particularly, -D_GLIBCXX_ASSERTIONS is added to the default CXXFLAGS
| (verify the output of 'R CMD conf
Hi,
For other Fedora users that may be struggling with this too...
Fedora 28 introduced new hardening flags for compiled code (see [1]).
Particularly, -D_GLIBCXX_ASSERTIONS is added to the default CXXFLAGS
(verify the output of 'R CMD config CXXFLAGS'), which enables range
checks for C++ arrays,