Move gcc-specific options to the appropriate wmake rules files

This commit is contained in:
Henry
2014-12-15 22:39:21 +00:00
parent 3dd3e6157c
commit 78f47dacd6
24 changed files with 38 additions and 16 deletions

View File

@ -22,4 +22,4 @@ EXE_LIBS = \
-lfvOptions \ -lfvOptions \
-lincompressibleTransportModels \ -lincompressibleTransportModels \
-lturbulenceModels \ -lturbulenceModels \
-lcompressibleTurbulenceModels -lcompressibleTurbulenceModels

View File

@ -1,5 +1,4 @@
EXE_DEBUG = -DFULLDEBUG -g -O0 EXE_DEBUG = -DFULLDEBUG -g -O0
EXE_FROUNDING_MATH = -frounding-math
EXE_NDEBUG = -DNDEBUG EXE_NDEBUG = -DNDEBUG
CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/ CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/

View File

@ -1,5 +1,4 @@
EXE_DEBUG = -DFULLDEBUG -g -O0 EXE_DEBUG = -DFULLDEBUG -g -O0
EXE_FROUNDING_MATH = -frounding-math
EXE_NDEBUG = -DNDEBUG EXE_NDEBUG = -DNDEBUG
CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/ CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/

View File

@ -1,5 +1,4 @@
EXE_DEBUG = -DFULLDEBUG -g -O0 EXE_DEBUG = -DFULLDEBUG -g -O0
EXE_FROUNDING_MATH = -frounding-math
EXE_NDEBUG = -DNDEBUG EXE_NDEBUG = -DNDEBUG
CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/ CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/

View File

@ -60,7 +60,7 @@ Foam::labelList Foam::backgroundMeshDecomposition::processorPosition
forAll(pts, pI) forAll(pts, pI)
{ {
const pointFromPoint pt = topoint(pts[pI]); pointFromPoint pt = topoint(pts[pI]);
label nCandidates = 0; label nCandidates = 0;
@ -130,7 +130,7 @@ Foam::labelList Foam::backgroundMeshDecomposition::processorPosition
if (ptProc[pI] < 0) if (ptProc[pI] < 0)
{ {
const pointFromPoint pt = topoint(pts[pI]); pointFromPoint pt = topoint(pts[pI]);
if (!globalBackgroundBounds_.contains(pt)) if (!globalBackgroundBounds_.contains(pt))
{ {

View File

@ -607,7 +607,7 @@ void Foam::conformalVoronoiMesh::setVertexSizeAndAlignment()
{ {
if (vit->internalOrBoundaryPoint()) if (vit->internalOrBoundaryPoint())
{ {
const pointFromPoint pt = topoint(vit->point()); pointFromPoint pt = topoint(vit->point());
cellShapeControls().cellSizeAndAlignment cellShapeControls().cellSizeAndAlignment
( (

View File

@ -1,5 +1,4 @@
EXE_DEBUG = -DFULLDEBUG -g -O0 EXE_DEBUG = -DFULLDEBUG -g -O0
EXE_FROUNDING_MATH = -frounding-math
EXE_NDEBUG = -DNDEBUG EXE_NDEBUG = -DNDEBUG
include $(GENERAL_RULES)/CGAL include $(GENERAL_RULES)/CGAL

View File

@ -1,5 +1,4 @@
EXE_DEBUG = -DFULLDEBUG -g -O0 EXE_DEBUG = -DFULLDEBUG -g -O0
EXE_FROUNDING_MATH = -frounding-math
EXE_NDEBUG = -DNDEBUG EXE_NDEBUG = -DNDEBUG
include $(GENERAL_RULES)/CGAL include $(GENERAL_RULES)/CGAL

View File

@ -1,3 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
# -fprefetch-loop-arrays
EXE_FROUNDING_MATH = -frounding-math

View File

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

View File

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

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,3 +1,5 @@
c++DBUG = c++DBUG =
#c++OPT = -O3 -floop-optimize -falign-loops -falign-labels -falign-functions -falign-jumps -fprefetch-loop-arrays -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=hard #c++OPT = -O3 -floop-optimize -falign-loops -falign-labels -falign-functions -falign-jumps -fprefetch-loop-arrays -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=hard
c++OPT = -O3 -floop-optimize -falign-loops -falign-labels -falign-functions -falign-jumps -fprefetch-loop-arrays -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=softfp c++OPT = -O3 -floop-optimize -falign-loops -falign-labels -falign-functions -falign-jumps -fprefetch-loop-arrays -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=softfp
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 c++OPT = -O3
EXE_FROUNDING_MATH = -frounding-math

View File

@ -1,2 +1,4 @@
c++DBUG = c++DBUG =
c++OPT = -O3 -fno-schedule-insns c++OPT = -O3 -fno-schedule-insns
EXE_FROUNDING_MATH = -frounding-math