Sometimes you might want to enforce, in source code, that all developers (and build machines) use the same compiler version to develop/build your product's source code.
Here is a simple technique to accomplish this goal/requirement:
1) In your 'main..
↧
A simple technique to enforce a specific GCC compiler version to be used when building (Ken_Pergola)
↧