* configure.ac:
+ 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.
Showing
Please register or sign in to comment