Author: chromatic
Date: Tue Dec 23 13:03:04 2008
New Revision: 34288

Modified:
   trunk/config/auto/warnings.pm

Log:
[config] Added -funit-at-a-time to GCC flag detection to avoid inlining
warnings on GCC 4.3.x.

Modified: trunk/config/auto/warnings.pm
==============================================================================
--- trunk/config/auto/warnings.pm       (original)
+++ trunk/config/auto/warnings.pm       Tue Dec 23 13:03:04 2008
@@ -39,6 +39,7 @@
     my @potential_warnings = qw(
         -falign-functions=16
         -fvisibility=hidden
+        -funit-at-a-time
         -maccumulate-outgoing-args
         -W
         -Wall

Reply via email to