[webkit-dev] [webkit-changes] [264332] trunk/Source
Darin Adler
darin at apple.com
Thu Jul 16 16:14:34 PDT 2020
> On Jul 16, 2020, at 3:33 PM, Adrian Perez de Castro <aperez at igalia.com> wrote:
>
> enabling/disabling features changes the set of source files to
> build, which results in different source files being #included from each
> unifier source compilation unit.
Let’s stop doing it that way. Just compile the files and have #if inside the file.
I removed all conditional source files from the Xcode build system. Let's do the same for the CMake build system.
— Darin
More information about the webkit-dev
mailing list