Revision aa50e84c
Added by David Sorber over 9 years ago
| software/photo_compress_archiver/packJPG/CMakeLists.txt | ||
|---|---|---|
|
|
||
|
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++")
|
||
|
|
||
Adding the all important "-march=native" compile flag to the packJPG CMakeLists.txt.