]> sigrok.org Git - pulseview.git/commit
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)
commit649f62311e282c44e70cbf0f0d8d83cf1895e623
treee5939e641c807e7f7a3a1004579df5e4c4128929
parent4ce6b5e7eb467a2897e1fa0e05fd572a07d2592b
Removed cotire

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.
CMake/cotire.cmake [deleted file]
CMakeLists.txt