5.3中引用了JsObject.h的模块都需要打开PCHUsage=NoPCHs吗? #1569
Unanswered
watsonsong
asked this question in
Q&A
Replies: 2 comments
|
貌似是在5.3下使用PCH的话,bEnableUndefinedIdentifierWarnings会不生效。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
发现在5.3版本中,只要直接或者间接#include了v8的头文件,都需要打开NoPCHs。往往项目的主模块也会都在里面。
这样不会影响编译速度么,是否有什么办法可以避免呢?
All reactions