Comment 3 for bug 1264627

Revision history for this message
Roel Van de Paar (roel11) wrote :

Discussed with Alexey on IRC. May be compiler option related. This build was generated with:

cmake -DBUILD_CONFIG=xtrabackup_release -DWITH_NDBCLUSTER=0 -DWITH_DEBUG=1 && make -j4

Alexey proposed using VERBOSE=1 to see compiler options, so re-ran compile (clean copy of clean/fresh tree) as:

cmake -DBUILD_CONFIG=xtrabackup_release -DWITH_NDBCLUSTER=0 -DWITH_DEBUG=1 && make -j4 VERBOSE=1

And mailed output to Alexey