]> sigrok.org Git - pulseview.git/commitdiff
Used cotire to enhance build performance
authorJoel Holdsworth <redacted>
Sun, 7 Jul 2013 15:15:42 +0000 (16:15 +0100)
committerJoel Holdsworth <redacted>
Tue, 3 Sep 2013 11:50:48 +0000 (12:50 +0100)
Cotire (compile time reducer) is a CMake module that speeds up the
build process of CMake based build systems by fully automating
techniques as precompiled header usage and single compilation unit
builds for C and C++.

Cotire is released under the MIT license.


No differences found