Commit 09345bd
committed
chore: correct stale bb-dependency comments in lmdblib/kvdb CMake
These packages were made barretenberg-free, but the lmdblib CMake header still
claimed it depended on bb headers (db_stats.hpp) and that consumers link
libbarretenberg.a — contradicting a later comment in the same file. The
Release-default comments likewise cited a 'compile bb headers' ODR rationale
that no longer applies. Correct both to the real reason: the Release default
keeps lmdblib's own templated/inline headers' codegen identical between
liblmdblib.a and the consumers that include them (kvdb .node, wsdb).1 parent 3aa3849 commit 09345bd
2 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments