]> sigrok.org Git - pulseview.git/commitdiff
Removed cotire
authorJoel Holdsworth <redacted>
Sun, 30 Nov 2014 14:14:10 +0000 (14:14 +0000)
committerJoel Holdsworth <redacted>
Wed, 3 Dec 2014 22:56:57 +0000 (22:56 +0000)
cotire has proven itself to be counter-productive. It rebuilds the pre-compiled
header after any header in pulseview is modified causes a complete rebuild of
all of PulseView. Also, the pre-compiled header contains a union of all the
includes of all source files, which masks errors where source files are missing
needed includes.


No differences found