mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
build: add "set -eu" to version script generation
It turns out that on certain systems like FreeBSD, c++filt is not installed by default. It's basically OK if we fail the build in that case, but what's really not OK is for the build to continue and generate bad binaries.
This commit is contained in:
parent
1fef811fd7
commit
882ccb7e49
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
set -eu
|
||||
|
||||
# we go through a bit of work to get the unmangled names of the
|
||||
# typeinfo symbols because of
|
||||
|
|
Loading…
Reference in a new issue