I get compilation error.
This is the make file command:
make CXXFLAGS="-O3 -march=native" -j6 -f makefile.unix
and this is the error.
g++: internal compiler error: Killed (program cc1plus)
What's the solution?
Not enough memory. Make a swapfile or remove the '-O2' from the makefile