]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Activate warnings and LTO on *BSD.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 13 Nov 2022 00:33:17 +0000 (01:33 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 11 Mar 2023 18:16:40 +0000 (19:16 +0100)
commitbbe5e72fc114e601fe2a6e6ec2b46b33c2def762
treee2746d01e24b10eb7dd461a3efa17d90061db5d0
parent2b838f7e906422c84f9fce013743eaf7299b2c02
build: Activate warnings and LTO on *BSD.

Newer versions of BSD ship compilers/packages which no longer
throw warnings, so activate the warnings on all platforms. Also LTO
(link-time optimization) seems to work on the test machines now,
so activate this as well.

Tested on FreeBSD-13.1 with clang-13.0.0 and on NetBSD-9.3 with
gcc-7.5.0.
Makefile.real