mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
`-fexperimental-assignment-tracking` was added infdd8b03d4bto make coroutine debugging work. However, since then, it became unnecessary, perhaps due to87c0adb2fe, or perhaps to a toolchain fix. Drop it, so we can benefit from assignment tracking (whatever it is), and to improve compatibility with sccache, which rejects this option. I verified that the test added infdd8b03d4bfails without the option and passes with this patch; in other words we're not introducing a regression here. Closes scylladb/scylladb#27763