mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: add LIBO_LIBS support into wmake rules
- provides an additional hook when linking OSspecific
CONFIG: apply quiet flag to wmkdepend
- suppresses "could not open FileName" warnings in quiet mode
FIX: reinstate selection of strict/non-strict deprecation
- accidentally removed in cf2b305b4f.
- extend with a _STRICTER version as well.
This commit is contained in:
@ -94,6 +94,7 @@ export WM_COMPILE_OPTION=Opt
|
||||
# +ccache : use ccache
|
||||
# +xcrun : use xcrun and native compilers [MacOS]
|
||||
# +strict : more deprecation warnings (may generate *many* warnings)
|
||||
# ++strict : even more deprecation warnings
|
||||
# ccache=... : ccache command (unquoted, single/double or <> quoted)
|
||||
# version=... : compiler suffix (eg, version=11 -> gcc-11)
|
||||
# lnInclude-extra : add '-extra' option for wmakeLnInclude
|
||||
|
||||
@ -94,6 +94,7 @@ setenv WM_COMPILE_OPTION Opt
|
||||
# +ccache : use ccache
|
||||
# +xcrun : use xcrun and native compilers [MacOS]
|
||||
# +strict : more deprecation warnings (may generate *many* warnings)
|
||||
# ++strict : even more deprecation warnings
|
||||
# ccache=... : ccache command (unquoted, single/double or <> quoted)
|
||||
# version=... : compiler suffix (eg, version=11 -> gcc-11)
|
||||
# lnInclude-extra : add '-extra' option for wmakeLnInclude
|
||||
|
||||
Reference in New Issue
Block a user