Skip to content

Disable header compilation

Anton Bondarenko requested to merge anton/disable_header_compilation into main

Usage of compiled headers in a mix of C and C++ code could lead to compilation errors where C only flags are used. In this case headers should be interpreted together with source files using them.

Signed-off-by: Anton Bondarenko anton.bondarenko@arm.com

Merge request reports