mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: handle embedded WM_COMPILE_CONTROL flags in wmakeLnInclude
- with WM_COMPILE_CONTROL="... lnInclude-extra ..." will treat like 'wmakeLnInclude -extra' and include all source files into the lnInclude/ directory
This commit is contained in:
@ -96,6 +96,7 @@ export WM_COMPILE_OPTION=Opt
|
||||
# +strict : more deprecation warnings (may generate *many* warnings)
|
||||
# ccache=... : ccache command (unquoted, single/double or <> quoted)
|
||||
# version=... : compiler suffix (eg, version=11 -> gcc-11)
|
||||
# lnInclude-extra : add '-extra' option for wmakeLnInclude
|
||||
#export WM_COMPILE_CONTROL="+strict"
|
||||
|
||||
# [WM_MPLIB] - MPI implementation:
|
||||
|
||||
@ -96,6 +96,7 @@ setenv WM_COMPILE_OPTION Opt
|
||||
# +strict : more deprecation warnings (may generate *many* warnings)
|
||||
# ccache=... : ccache command (unquoted, single/double or <> quoted)
|
||||
# version=... : compiler suffix (eg, version=11 -> gcc-11)
|
||||
# lnInclude-extra : add '-extra' option for wmakeLnInclude
|
||||
#setenv WM_COMPILE_CONTROL "+strict"
|
||||
|
||||
# [WM_MPLIB] - MPI implementation:
|
||||
|
||||
Reference in New Issue
Block a user