Commit Graph

2 Commits

Author SHA1 Message Date
henderkes
0807e9e253 watcher: drop ldflags from compile-only invocation
The shell invocation runs `$CXX -c` to compile watcher-c.cpp to a .o,
which never links. Passing linker flags to a compile-only step is
either ignored or, with some flags, an error. Drop them.
2026-05-24 20:54:44 +07:00
crazywhalecc
ca9dc25f9a Add watcher 2026-02-06 14:26:24 +08:00