CONFIG: support FOAM_EXTRA_CXXFLAGS (#1256)

- allows custom tuning of compilation parameters
This commit is contained in:
Mark Olesen
2020-02-20 12:11:08 +01:00
parent fbbf9064b9
commit 2892b78d72
10 changed files with 110 additions and 45 deletions

View File

@ -10,5 +10,9 @@ ptFLAGS = -DNoRepository
# - Standard warnings
# - Less restrictive warnings (may be needed for flex++, CGAL, etc.)
c++WARN =
c++WARN = \
$(FOAM_EXTRA_CXXFLAGS)
c++LESSWARN =
#------------------------------------------------------------------------------