Remix.run Logo
glimshe 21 hours ago

They don't require it if you don't include OSS artifacts/code in your shipped product. You can use gcc to build closed source software.

swiftcoder 18 hours ago | parent [-]

> You can use gcc to build closed source software

Note that this tends to require specific license exemptions. In particular, GCC links various pieces of functionality into your program that would normally trigger the GPL to apply to the whole program, and for this reason, those components had to be placed under the "GCC Runtime Library Exception"[1]

[1]: https://www.gnu.org/licenses/gcc-exception-3.1.html