]> begriffs open source - libtap/commit
Forcibly disable optimization on tests pull/40/head 40/head
authorSloane Bernstein <sloane@cpanel.net>
Fri, 19 Aug 2022 17:12:10 +0000 (12:12 -0500)
committerSloane Bernstein <sloane@cpanel.net>
Fri, 19 Aug 2022 17:12:10 +0000 (12:12 -0500)
commitcb611c1f054bdce02eefc6e038558427018edb88
treeac85c673aeb2ae00a92351071369720e4c8f5f6f
parent56e31231e0329b202c978c676e4a897c857c7a1f
Forcibly disable optimization on tests

GCC on Ubuntu 22.04 is still miscompiling the divide-by-zero test in
t/diesok.c. Since there isn't a clear benefit to compiling the tests
with optimization, and since other options for fixing this issue make
the code GCC-specific, disable optimization entirely when compiling the
tests.
Makefile