mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Further developed support for gcc-4.7.0
This commit is contained in:
@ -1,4 +1,2 @@
|
||||
c++DBUG =
|
||||
c++OPT = -O3
|
||||
#c++OPT = -march=nocona -O3
|
||||
# -ftree-vectorize -ftree-vectorizer-verbose=3
|
||||
c++OPT = -O2
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
cDBUG =
|
||||
cOPT = -O3
|
||||
cOPT = -O2
|
||||
|
||||
Reference in New Issue
Block a user