mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
remove opteron and no-gcse switch
modified: SiCortex64Gcc/cOpt modified: SunOS64Gcc/cOpt modified: linux64Gcc/c++Opt modified: linux64Gcc/cOpt modified: linux64Gcc/general modified: linux64Gcc42/c++Opt modified: linux64Gcc42/cOpt modified: linuxGcc/c++ modified: linuxGcc/cDebug modified: linuxGcc/general modified: linuxIA64Gcc/cOpt
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
c++DBUG =
|
||||
c++OPT = -march=opteron -O3
|
||||
c++OPT = -O3
|
||||
#c++OPT = -march=nocona -O3
|
||||
# -ftree-vectorize -ftree-vectorizer-verbose=3
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
cDBUG =
|
||||
cOPT = -march=opteron -O3 -fno-gcse
|
||||
cOPT = -O3
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
CPP = /lib/cpp $(GFLAGS)
|
||||
LD = ld -A64
|
||||
LD = ld
|
||||
|
||||
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user