mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- allows better separation from compiler settings - use -fPIC instead of legacy -KPIC for intel compiler
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
SUFFIXES += .c
|
|
|
|
cc = pgcc
|
|
|
|
cARCH =
|
|
cDBUG =
|
|
cOPT = -O2
|
|
cWARN =
|