Further developed support for gcc-4.7.0

This commit is contained in:
Henry
2012-04-30 16:31:09 +01:00
parent 3685e80369
commit ad6b6626e2
3 changed files with 9 additions and 4 deletions

View File

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

View File

@ -1,2 +1,2 @@
cDBUG =
cOPT = -O3
cOPT = -O2