For precompiled header files, does the /Fp parameter do anything if /Yx, /Yc, or /Yu are not present
Posted
by Zain
on Stack Overflow
See other posts from Stack Overflow
or by Zain
Published on 2010-04-02T02:05:38Z
Indexed on
2010/04/02
2:13 UTC
Read the original article
Hit count: 410
cl.exe
Looking at the compiler options for cl.exe, it looks like when you use the /Fp parameter you have to use one of the /Y? parameters used as well.
However, my project seems to build without that parameter as well. Is cl.exe recreating the pch file, ignoring it, or what?
Thanks
© Stack Overflow or respective owner