layout icon indicating copy to clipboard operation
layout copied to clipboard

Add tests for checking both C99 and C++ compilation in GCC/Clang automatically

Open randrew opened this issue 8 years ago • 0 comments

The GENie file currently only builds as C99 for GCC and Clang by default. We should have some command we can run to test both C99 and C++ in one go, which should make it easier to catch incompatible differences (like the restrict/__restrict mistake)

randrew avatar Jun 27 '17 20:06 randrew