diff -uprN a/Makefile b/Makefile
--- a/Makefile	2016-07-08 14:56:30.254112246 -0500
+++ b/Makefile	2016-08-01 16:19:31.661115681 -0500
@@ -6,6 +6,8 @@
 # -mtune cannot be disabled but can be manually set here
 #ARCH = native
 #TUNE = native
+ARCH = none
+TUNE = generic
 
 CC = gcc
 CFLAGS = -O2 -Wall -I/usr/include -I./include
