Please fill out this form:
Expected behavior
using make -j4 CFLAGS+='-pipe -O3 -march=native -mtune=native -flto' CXXLAGS+='-pipe -O3 -march=native -mtune=native -flto' SHARED+='-pipe -O3 -march=native -mtune=native -flto' should build fine
Actual behavior
Strange error surely related as overriding the variables
Steps to reproduce the behavior
compile with the command specified above