Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
自己搞个 header.h 去 include 所有你想要预编译的 headers 然后把这个 header.h 做成预编译 不就好了么。 |
Beta Was this translation helpful? Give feedback.
-
Wouldn't it be nice to make your own header.h to include all the headers you want to precompile, and then make this header.h precompiled? |
Beta Was this translation helpful? Give feedback.
-
好的,我看看 xmake test 里的例子。 |
Beta Was this translation helpful? Give feedback.
-
So if n files each take x minutes to compile, can combining them into one achieve concurrent compilation, or does it take x * n minutes? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
你在什么场景下需要该功能?
当前官方文档对于头文件预编译的内容比较简略:

假设我需要引用多个 package 的多个头文件,我希望这些头文件都能预编译,现在应该怎么做呢?
描述可能的解决方案
暂无
描述你认为的候选方案
No response
其他信息
No response
Beta Was this translation helpful? Give feedback.
All reactions