Impossible to use separate C and C++ Compilers #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Detection will fail due to detection depending on both compilers being the same, which they usually are. A minor bug, but probably useful if the project only needs one of the languages, instead of both.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
No sensible way to properly do this, opted against separating the compilers - unlikely that anyone will ever need this anyway.