mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: manage cpu architecture with cARCH, c++ARCH internal make variables
- allows better separation from compiler settings - use -fPIC instead of legacy -KPIC for intel compiler
This commit is contained in:
committed by
Andrew Heather
parent
09cf9d9963
commit
787325a916
@ -2,6 +2,7 @@ SUFFIXES += .c
|
||||
|
||||
cc = gcc
|
||||
|
||||
cARCH =
|
||||
cDBUG =
|
||||
cOPT = -O2
|
||||
cWARN = -Wall
|
||||
|
||||
@ -2,6 +2,7 @@ SUFFIXES += .C .cc .cpp .cxx
|
||||
|
||||
CC = g++ -std=c++11
|
||||
|
||||
c++ARCH =
|
||||
c++DBUG =
|
||||
c++OPT = -O2
|
||||
ptFLAGS = -DNoRepository -ftemplate-depth-100
|
||||
|
||||
Reference in New Issue
Block a user