Hacker News new | ask | show | jobs
by programble 3938 days ago
The build defaults to debug, so `make qemu` also starts QEMU waiting for a debugger to attach. `make qemu BUILD=release` won't.
1 comments

Thanks!