mesonbuild / mesonbuild/wrapdb
[abseil-cpp] conditionally enable compiler flags for specific targets
Open
Nobody has claimed this yet.
- Dominant language
- Meson
- Stars
- 118
- Forks
- 298
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 24
Description
Abseil-cpp wrap `-maes` and `-msse4.1` for everything where the upstream does it only for `randen_detect.cc` and `randen_hwaes.cc`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Abseil-cpp wrap definition and its compiler-flag configuration, then compare the current target scope with the upstream setup described in the issue. Done means the -maes and -msse4.1 flags are conditionally enabled only for randen_detect.cc and randen_hwaes.cc, with the wrap's relevant checks still passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100