Author: Michael R. Crusoe
Description: drop SSE flag, not needed for AMD64 and x32 and limits portability
according to Aaron M. Ucko <ucko@debian.org>
Forwarded: https://github.com/amplab/snap/pull/67
--- snap-aligner.orig/Makefile
+++ snap-aligner/Makefile
@@ -3,7 +3,7 @@
   #CXXFLAGS = -g -O0 -Wno-format -std=c++98
 endif
 
-CXXFLAGS += -MMD -ISNAPLib -msse
+CXXFLAGS += -MMD -ISNAPLib
 
 LDFLAGS += -pthread
 
