- rearranged order of flags so that FOAM_EXTRA_CXXFLAGS is added after the WARN/OPT/DBUG flags CONFIG: drop wmake rules for PGI compiler (defunct)
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
#------------------------------------------------------------------------------
|
|
# Nvidia compilers
|
|
#------------------------------------------------------------------------------
|
|
SUFFIXES += .c
|
|
|
|
cc = nvc$(COMPILER_VERSION)
|
|
|
|
cARCH =
|
|
cDBUG =
|
|
cOPT = -O2
|
|
cWARN =
|
|
|
|
#------------------------------------------------------------------------------
|