clay icon indicating copy to clipboard operation
clay copied to clipboard

C projects should use C flags rather than CXX flags

Open SuperOptimizer opened this issue 1 month ago • 1 comments

In CMAKE, the *CXX* flags are for C++ only, so C files are not compiled with anything that falls under CXX flags. C flags should be used for .c files.

SuperOptimizer avatar Dec 28 '24 15:12 SuperOptimizer