Record possible native compilation option for self-compiled binaries
This commit is contained in:
parent
dec32f55f9
commit
a5865eaf77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue