Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 /EHsc 选项编译单元,如何在源文件中为 msvc 设置此选项?
谢谢。
你不能在你正在编译的同一个源文件中设置编译器选项——在一般情况下,编译器需要在开始处理它之前进行配置。
您可以通过使用命令文件来设置编译器选项,并使用解决方案的项目文件为每个文件设置编译器选项。