Running `w4 watch` uses `cargo build` to rebuild, which is the debug build and generates warning about oversize. It should probably use the release build.
Running
w4 watchusescargo buildto rebuild, which is the debug build and generates warning about oversize. It should probably use the release build.