简体   繁体   English

如何在 Rad Studio (C++ Builder) 10.3 中更改编译器

[英]How to change the compiler in Rad Studio (C++ Builder) 10.3

I'd like to change the default compiler in Rad Studio 10.3.我想更改 Rad Studio 10.3 中的默认编译器。 I'm looking to use the official clang and not Embarcadero's clang-based compiler.我希望使用官方的 clang 而不是 Embarcadero 基于 clang 的编译器。

You can't change RAD Studio to use other compilers.您不能更改 RAD Studio 以使用其他编译器。 The clang-based compilers that ship with it are highly specialized with Embarcadero's custom extensions and command-line parameters, which the IDE and RTL/VCL/FMX frameworks depend on.随附的基于 clang 的编译器高度专业化了 Embarcadero 的自定义扩展和命令行参数,IDE 和 RTL/VCL/FMX 框架都依赖这些参数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM