Skip to content

Use compile flag -nostdinc++ to speed up compilation

Daniel Campora Perez requested to merge dcampora_faster_compilation into master

This attempts to solve #408 (closed) by enabling the option -nostdinc++ in the parsing of Allen used by libclang.

Merge request reports