As well known, there are numerous flags that are not compatible with clang but are quite frequently used in gcc.
Hence, I modified the code to reflect that behavior. Of course there will be more flags as the user base of this code widens. This PR is only meant to give a framework that should be expanded upon.
However, I would be happy to add some more flags that are common/frequently used.
As well known, there are numerous flags that are not compatible with
clang
but are quite frequently used ingcc
.Hence, I modified the code to reflect that behavior. Of course there will be more flags as the user base of this code widens. This PR is only meant to give a framework that should be expanded upon.
However, I would be happy to add some more flags that are common/frequently used.