tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Adding <alloca.h> ?
On Wed, 12 May 2021 08:38:39 +0200
Jaromír Doleček <jaromir.dolecek%gmail.com@localhost> wrote:
> e.g. MySQL 8.0.* seems to rely on this.
>
> Jaromir
MySQL 8.0.* reports problems because they compile without extensions
using -std=c++14 , if they used -std=gnu++14 it would work.
Or the could use SET(CMAKE_CXX_STANDARD 14) and
SET(CMAKE_CXX_EXTENSIONS ON) . see
cmake/build_configurations/compiler_options.cmake in the source tree.
Niclas Rosenvik
Home |
Main Index |
Thread Index |
Old Index