]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found