Skip to content

Optimise compile

Sergey Yelin requested to merge (removed):optimise-compile into master

Another try to speed up compilation time via using forward declaration feature and #pragma once where possible. Now driver compiles up to 7 seconds faster on my notebook (47-49 sec. vs. 54-56 sec. in several runs).

NOTE: Using make -C c_src -j 4 all can save another 10-12 seconds (35-37 sec. on my notebook with this branch).

Edited by Sergey Yelin

Merge request reports