Fix compilation with gcc-12 and -Og #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/rocksdb#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-debug-symbol-builds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cherry-picked from https://github.com/Cyan4973/xxHash/pull/804. Merge commit is
449372ca8e0d1584d534dc82fe7d81ab75cfd6b4
.I cherry-picked that specific fix rather than trying to update vendored xxhash to the latest version because there are quite a few rocksdb-specific changes that have been made on top of upstream, so pulling the newest version would be an involved process.
I'm using this to build rocksdb with debug symbols for debugging the CI failure in https://github.com/girlbossceo/conduwuit/pull/392.
oops.