Closed cstaylor closed 4 years ago
When trying to enable c++11 for packages like dev-cpp/eigen using flaggie in strict mode:
c++11
dev-cpp/eigen
strict
flaggie --strict --destructive-cleanup '+c++11' At argv[1]='+c++11': c++11 seems to be an incorrect global flag Strict mode, aborting.
It is a correct global flag. If I drop --strict it gets added but I still get the "seems to be an incorrect global flag" warning.
--strict
Nope, global flags are defined in profiles/use.desc and this one isn't there. Also, it probably shouldn't be used anymore given that C++14 is the default nowadays.
profiles/use.desc
When trying to enable
c++11
for packages likedev-cpp/eigen
using flaggie instrict
mode:It is a correct global flag. If I drop
--strict
it gets added but I still get the "seems to be an incorrect global flag" warning.