Commit e3ea7a4
committed
Build: add binary I/O files to Unix build
Adds binary_io_writer.c and binary_io_reader.c to the _remote_debugging
module compilation. Also hooks up optional zstd support: when libzstd
is found by pkg-config, the module compiles with HAVE_ZSTD defined and
links against libzstd. Without zstd, the module still builds but
compression is unavailable.1 parent 7a58811 commit e3ea7a4
3 files changed
+34
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5529 | 5529 | | |
5530 | 5530 | | |
5531 | 5531 | | |
| 5532 | + | |
| 5533 | + | |
| 5534 | + | |
| 5535 | + | |
| 5536 | + | |
| 5537 | + | |
| 5538 | + | |
| 5539 | + | |
| 5540 | + | |
| 5541 | + | |
| 5542 | + | |
| 5543 | + | |
5532 | 5544 | | |
5533 | 5545 | | |
5534 | 5546 | | |
| |||
7911 | 7923 | | |
7912 | 7924 | | |
7913 | 7925 | | |
7914 | | - | |
| 7926 | + | |
7915 | 7927 | | |
7916 | 7928 | | |
7917 | 7929 | | |
| |||
0 commit comments