Details
-
Bug
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
8.0.2
-
None
Description
Context: bare metal installation.
I tried to set --allowsigned for both 'cpp' and 'extern' in multiple ways in configmgr:
--allowsigned = cpp --allowsigned = extern
--allowsigned = cpp,extern
In neither case was I able to constrain both cpp and extern. In the former case it appears that the last declaration of --allowsigned "wins"; in the latter, I think the first item "wins" (though I could be misremembering).
How can multiple items be constrained?