commit aa50e84ce40dbd1907042f6e6f0161044665f339
Author: David Sorber <dsorber@prometheus.fios-router.home>
Date:   Wed Mar 1 20:27:58 2017 -0500

    Adding the all important "-march=native" compile flag to the packJPG CMakeLists.txt.

diff --git a/software/photo_compress_archiver/packJPG/CMakeLists.txt b/software/photo_compress_archiver/packJPG/CMakeLists.txt
index a6f879b..d6bbbaf 100644
--- a/software/photo_compress_archiver/packJPG/CMakeLists.txt
+++ b/software/photo_compress_archiver/packJPG/CMakeLists.txt
@@ -10,6 +10,7 @@ set(packjpg_sources
 
 add_definitions("-std=c++1y -O3 -Wall -pedantic -DUNIX")
 add_definitions("-funroll-loops -ffast-math -fomit-frame-pointer")
+add_definitions("-march=native")
 #~ -fsched-spec-load 
 #~ add_definitions("-static -static-libgcc -static-libstdc++")
 
