Skip to content
  • Samuel Hocevar's avatar
    * configure.ac: · 302caa01
    Samuel Hocevar authored
        + Removed the -finline-limit=30000 flag. Since gcc-3.2, this options
          causes gcc to inline every single function of this size because of
          -O3's -finline-functions, although the documentation states that this
          flag should only affect explicitly inlined functions.
    302caa01