poac
poac copied to clipboard
Avoid multiple same warnings/errors during poac build
Especially when a header file is included by multiple source files, multithreaded compilations emit the same warnings/errors for the same header file. If there's a way to avoid this (terminate other compilations as soon as one emits errors?), it would be great. We can have alternative solutions for warnings and errors, respectively.