I ve tryied to build with no options for the first time, but working build was very slow. I've noticed that my videocard isn't used. So I've try to build it with --opengl-renderer flag and gets error "SDL_GL_SwapBuffers was not declared it this scope.....". So what's wrong with it?
My system is Ubuntu 18.04
I've found an answer. It should to be builded with --release flag
without this option FPS is ~3x slower