Files
openfoam/wmake/rules/General/Pgi/c++
2019-03-11 15:56:40 +01:00

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 =