A few questions regarding these compile options posted above:
Quote
make -j5 TARGET=mess NOWERROR=1 USE_OPENGL=1 avx=1 USE_NETWORK=1 TOOLS=1
1) I assume "USE_OPENGL=1" isn't necessary for linux builds? 2) What does "avx=1" and "USE_NETWORK=1" do for the build? 3) Can someone confirm that it's sufficient to just use: make -j9 TARGET=mess for a build that maximizes the features of an x64 linux/haswell platform?
Thanks. The makefile itself isn't too descriptive about these compile options and I don't believe they're documented anywhere else atm.