Skip to content

TestBigEndian: Reuse results

Ghost User requested to merge (removed):fast_test_big_endian into master

I've addressed this issue in this cmake discourse: https://discourse.cmake.org/t/testbigendian-performance/1248

This doesn't increase the performance of the 1st call to TestBigEndian. This increases the performance of subsequent calls to TestBigEndian.

Which can help configuration times for projects drastically.

Topic-rename: TestBigEndian-reuse

Edited by Brad King

Merge request reports