Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | goflags.sh: silence errors | Robin Jarry | 2023-03-09 | 1 | -1/+1 |
| | | | | | | | No need to print errors when notmuch.h is not found. The only point of this script to check if it is available or not. Signed-off-by: Robin Jarry <robin@jarry.cc> | ||||
* | mk: speed up notmuch detection | Robin Jarry | 2023-03-06 | 1 | -0/+19 |
Use gcc instead of go to build a basic program and determine if notmuch is available. Building a minimal go program takes more than 300ms on a fast machine. A minimal C counterpart takes less than 100ms. To avoid lag when doing bash completion, avoid running any shell commands directly during make evaluation. Rename check-notmuch.sh to goflags.sh and make that script print the goflags directly. Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Inwit <inwit@sindominio.net> |