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 \
-lincompressibleTransportModels \
-lturbulenceModels \
-lcompressibleTurbulenceModels
-lcompressibleTurbulenceModels

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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