Details
Description
Found by marko. When building as follows, warnings are generated, they need to go away:
export CFLAGS="-Og -march=native -mtune=native"
|
export CXXFLAGS="-Og -march=native -mtune=native"
|
mkdir build
|
cd build
|
cmake .. -DCMAKE_BUILD_TYPE=Debug -G Ninja -DMYSQL_MAINTAINER_MODE=WARN
|
cmake --build . --parallel 32
|