Record possible native compilation option for self-compiled binaries

This commit is contained in:
Hrvoje Jasak 2016-05-24 12:09:44 +01:00
parent dec32f55f9
commit a5865eaf77

View file

@ -1,4 +1,4 @@
c++DBUG =
c++OPT = -O3
#c++OPT = -march=nocona -O3
#c++OPT = -march=native -O3
# -ftree-vectorize -ftree-vectorizer-verbose=3