简体   繁体   中英

See the C++ compiler and linker command-line args in VS2017

I'm using Visual Studio 2017 for C++ development, and having trouble setting some things up via the IDE, eg, stackcommit.

What I would really like to see is just how the IDE is invoking the compiler/linker.

I can't find any such option under the View menu and wondered if anyone has found a way to do this please?

  • Right click project in Solution Explorer >> Properties >> C/C++ >> Command Line
  • Right click project in Solution Explorer >> Properties >> Linker >> Command Line

Here you can see the All Options generated from all the Configuration Properties and you can add Additional Options if you so wish to.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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