[webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

Geoffrey Garen ggaren at apple.com
Mon Aug 28 21:46:45 PDT 2017


> The line numbers and filenames will be total nonsense if we just concatenate multiple source files together. But that's very easy to fix if the script that concatenates the sources also adds a #line statement between "files" to change the filename and reset the line number to 1. See https://gcc.gnu.org/onlinedocs/cpp/Line-Control.html (I suspect it will work just fine for Clang as well).

Our plan is to use #include. That has worked in the past.

Geoff


More information about the webkit-dev mailing list