Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-21 | bundled absl: configure in a portable way | Klaus Aehlig | |
... by disabling auto-configuration. The problem that the result of this auto-configuration depends on the language standard used and may (and in case of libproto does) leak into public interfaces of consuming libraries; this would require every user of a library with a public dependency of absl to use the same language standard that library was built with. Such a requirement makes the rules hard to use in a portable way. |