<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 5/26/20 12:41, Austin English wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CACC5Q1cNN3shnbg3zFum+DAWuXF0Q4B7Hape51Uc6JDGNqHmAw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">FWIW I recently encountered this and bisected it
          to:<br>
        </div>
        <pre class="gmail-bz_comment_text" id="gmail-comment_text_26">e36a9c459d7d1644f401eb49f3684c6fe42f7948 is the first bad commit
commit e36a9c459d7d1644f401eb49f3684c6fe42f7948
Author: Alexandre Julliard <<a href="mailto:julliard@winehq.org" moz-do-not-send="true">julliard@winehq.org</a>>
Date:   Tue May 5 11:54:11 2020 +0200

    kernel32: Move volume functions to kernelbase.
    
    Signed-off-by: Alexandre Julliard <<a href="mailto:julliard@winehq.org" moz-do-not-send="true">julliard@winehq.org</a>>

 dlls/kernel32/kernel32.spec     |   40 +-
 dlls/kernel32/volume.c          | 1675 +-----------------------------------
 dlls/kernelbase/Makefile.in     |    3 +-
 dlls/kernelbase/kernelbase.spec |   40 +-
 dlls/kernelbase/volume.c        | 1777 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 1851 insertions(+), 1684 deletions(-)
</pre>
        -- <br>
        <div dir="ltr" class="gmail_signature">-Austin<br>
          GPG: 267B CC1F 053F 0749 (expires 2021/02/18)</div>
      </div>
    </blockquote>
    <p>Yeah, it is pretty much possible, those function added to
      kernelbase could be the last bit after which the size exceeded the
      threshold on your build.</p>
    <p>I thought of fixing the problem by removing a dozen of random
      functions from kernelbase, but I did not test this solution yet.<br>
    </p>
  </body>
</html>