Skip to content

Instantly share code, notes, and snippets.

@emre
Last active January 1, 2016 10:49
Show Gist options
  • Save emre/8133912 to your computer and use it in GitHub Desktop.
Save emre/8133912 to your computer and use it in GitHub Desktop.
mmc
#!/bin/bash
git clone https://github.com/glitchman/mmcminer.git
cd mmcminer
./autogen.sh
CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native"
./configure &&make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment