(06-16-2014, 05:40 PM)lamedude Wrote: -march=haswell or native is the cflag you want, but I wouldn't know how exactly to go about adding that on Linux.
Quote:Optimizations: Edit CMakeLists.txt and replace add_definitions(-msse2) with add_definitions(-march=native -O3 -fno-stack-protector -pipe -g)
Runs smoother now than the pre-built binary.
