freebsd-dev/lib/googletest
Alex Richardson 433f33d285 Significantly reduce compile time for googletest internal tests
Clang's optimizer spends a really long time on these tests at -O2, so we now
use -O0 instead. This reduces the -j32 time for lib/googletest/test from 131s
to 29s. Using -O0 also reduces the disk usage from 144MB (at -O2) / 92MB (at
-O1) to 82MB.

Reviewed By:	ngie, dim
Differential Revision: https://reviews.freebsd.org/D26751
2020-10-28 11:54:04 +00:00
..
gmock Major improvement to build parallelism for googletest internal tests 2020-10-19 19:50:57 +00:00
gmock_main Major improvement to build parallelism for googletest internal tests 2020-10-19 19:50:57 +00:00
gtest Major improvement to build parallelism for googletest internal tests 2020-10-19 19:50:57 +00:00
gtest_main Major improvement to build parallelism for googletest internal tests 2020-10-19 19:50:57 +00:00
tests Significantly reduce compile time for googletest internal tests 2020-10-28 11:54:04 +00:00
Makefile Enable SUBDIR_PARALLEL for lib/googletest 2020-10-19 19:51:03 +00:00
Makefile.inc Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00