mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
SUFFIXES += .C .cc .cpp .cxx
|
|
|
|
CC = pgc++ -std=c++11
|
|
|
|
c++DBUG =
|
|
c++OPT = -O2
|
|
ptFLAGS = -DNoRepository
|
|
|
|
# - Standard warnings
|
|
# - Less restrictive warnings (may be needed for flex++, CGAL, etc.)
|
|
|
|
c++WARN =
|
|
c++LESSWARN =
|