~matttbe/ubuntu/raring/cairo/1074667

« back to all changes in this revision

Viewing changes to build/configure.ac.warnings

  • Committer: Steve Langasek
  • Date: 2011-05-06 08:24:21 UTC
  • Revision ID: steve.langasek@linaro.org-20110506082421-zhssi32egz5b6r3n
debian/patches/disable-flto-for-gcc-4.6: disable use of -flto when
building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
dnl We also abuse the warning-flag facility to enable other compiler
29
29
dnl options.  Namely, the following:
30
 
MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common -flto"
 
30
MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common"
31
31
 
32
32
dnl Also to turn various gcc/glibc-specific preprocessor checks
33
33
MAYBE_WARN="$MAYBE_WARN -Wp,-D_FORTIFY_SOURCE=2"